feat: add zero
This commit is contained in:
8
lib/zero.ts
Normal file
8
lib/zero.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import {Zero} from '@rocicorp/zero';
|
||||
import { schema } from "@money/shared";
|
||||
|
||||
export const zero = new Zero({
|
||||
userID: 'anon',
|
||||
server: 'http://localhost:4848',
|
||||
schema,
|
||||
});
|
||||
Reference in New Issue
Block a user