enable realm persistence

This commit is contained in:
ppc
2024-08-13 21:34:03 +01:00
parent ca0f9e009c
commit 85bedf6495
-1
View File
@@ -4,7 +4,6 @@ import {AMServer} from "./AMServer";
// @ts-ignore
export default createRealmContext({
inMemory: true,
schemaVersion: 1,
schema: [AMCard, AMServer],
deleteRealmIfMigrationNeeded: true