mirror of
https://github.com/LukeHagar/polar.git
synced 2025-12-06 12:47:46 +00:00
8 lines
139 B
TypeScript
8 lines
139 B
TypeScript
import { defineSchema } from "convex/server";
|
|
|
|
export default defineSchema(
|
|
{
|
|
// Any tables used by the example app go here.
|
|
},
|
|
);
|