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