diff --git a/triplit/schema.ts b/triplit/schema.ts deleted file mode 100644 index 716a6a1..0000000 --- a/triplit/schema.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { Schema as S } from "@triplit/client"; - -/** - * Define your schema here. After: - * - Pass your schema to your Triplit client - * - Push your schema to your Triplit server with 'triplit schema push' - * - * For more information about schemas, see the docs: https://www.triplit.dev/docs/schemas - */ -export const schema = S.Collections({ - // todos: { - // schema: S.Schema({ - // id: S.Id(), - // title: S.String(), - // description: S.String(), - // }), - // }, -});