add convex
This commit is contained in:
7
convex/convex.config.ts
Normal file
7
convex/convex.config.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { defineApp } from "convex/server";
|
||||
const app = defineApp();
|
||||
|
||||
// import myComponent from "../component/convex.config.ts";
|
||||
// app.use(myComponent);
|
||||
|
||||
export default app;
|
||||
Reference in New Issue
Block a user