feat: add auth to zero queries

This commit is contained in:
Max Koon
2025-10-13 23:13:16 -04:00
parent 92d297e2c9
commit fb6b7ff683
11 changed files with 95 additions and 27 deletions

View File

@@ -1,8 +0,0 @@
import {Zero} from '@rocicorp/zero';
import { schema } from "@money/shared";
export const zero = new Zero({
userID: 'anon',
server: 'http://localhost:4848',
schema,
});