Files
polar/example/convex/schema.ts
Shawn Erquhart 2eaff5e77f wip
2024-10-31 17:35:23 -04:00

8 lines
139 B
TypeScript

import { defineSchema } from "convex/server";
export default defineSchema(
{
// Any tables used by the example app go here.
},
);