Skip to content

Commit

Permalink
store persister with-schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Inalegwu committed Jul 26, 2024
1 parent c982574 commit 219e79f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/core/stores.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { createSessionPersister } from "tinybase/persisters/persister-browser";
import { createSessionPersister } from "tinybase/persisters/persister-browser/with-schemas";
import { createWsSynchronizer } from "tinybase/synchronizers/synchronizer-ws-client";
import { createMergeableStore } from "tinybase/with-schemas";
import { WebSocket } from "ws";
Expand Down

0 comments on commit 219e79f

Please sign in to comment.