Skip to content

Commit b56020d

Browse files
committed
Revert changes to demo
1 parent 307a08f commit b56020d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

demos/react-supabase-todolist/src/components/providers/SystemProvider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const db = new PowerSyncDatabase({
2323
schema: AppSchema,
2424
database: new WASQLiteOpenFactory({
2525
dbFilename: 'example.db',
26-
vfs: WASQLiteVFS.OPFSWriteAheadVFS,
26+
vfs: WASQLiteVFS.OPFSCoopSyncVFS,
2727
flags: {
2828
enableMultiTabs: typeof SharedWorker !== 'undefined'
2929
}

0 commit comments

Comments
 (0)