mirror of
https://github.com/waynesutton/markdown-site.git
synced 2026-01-12 04:09:14 +00:00
7 lines
91 B
TypeScript
7 lines
91 B
TypeScript
|
|
import { defineApp } from "convex/server";
|
||
|
|
|
||
|
|
const app = defineApp();
|
||
|
|
|
||
|
|
export default app;
|
||
|
|
|