Update to latest engine. Add sync-v2. Various fixes.

This commit is contained in:
2026-09-07 03:33:44 +00:00
parent 051fc0c9ac
commit f01f9bc56b
31 changed files with 5977 additions and 1392 deletions
+2 -1
View File
@@ -23,7 +23,8 @@ async function main(): Promise<void> {
const dataDir = getDataDir();
// Create and start the application
await App.create({
syncServerUrl: process.env["SYNC_SERVER_URL"] ?? "http://localhost:3000",
syncServerUrl:
process.env["SYNC_SERVER_URL"] ?? "https://v2.sync.xo.harvmaster.com",
databasePath: process.env["DB_PATH"] ?? dataDir,
databaseFilename: process.env["DB_FILENAME"] ?? "xo-wallet.db",
invitationStoragePath: