move triplit schema to

This commit is contained in:
hiperman
2026-02-25 01:09:57 -05:00
parent 46e00573a3
commit 781bf239b4
-18
View File
@@ -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(),
// }),
// },
});