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
+1 -1
View File
@@ -71,7 +71,7 @@ export function AppProvider({
});
// Start the AppService (loads existing invitations)
service.start();
await service.start();
// Set the service and mark as initialized
setAppService(service);