Initial cut - untested.

This commit is contained in:
2025-09-25 09:31:02 -07:00
parent 7a0666cc6c
commit 3775522265
33 changed files with 351 additions and 346 deletions

View File

@@ -7,7 +7,7 @@
console.log("Setting up Google OAuth...");
try {
let settings = Assets.getText('settings.json');
let settings = await Assets.getTextAsync('settings.json');
if(settings) {
try {