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

@@ -11,9 +11,10 @@ if(!process.env.MONGO_URL2) {
}
try {
let settings = Assets.getText('settings.json');
let settings = await Assets.getTextAsync('settings.json');
}
catch(e) {
console.log(e)
console.error("Must have a /private/settings.json file with the following format:");
console.error(`
{