refactor: move into monorepo
This commit is contained in:
6
packages/shared/src/schema.ts
Normal file
6
packages/shared/src/schema.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { definePermissions } from "@rocicorp/zero";
|
||||
import { schema as schemaGen } from "./zero-schema.gen";
|
||||
|
||||
export const schema = schemaGen;
|
||||
|
||||
export const permissions = definePermissions(schema, () => ({}));
|
||||
Reference in New Issue
Block a user