mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
feat(web): llms.txt, convex live stats, switch to vercel and improved ui (#460)
This commit is contained in:
7
packages/backend/convex/convex.config.ts
Normal file
7
packages/backend/convex/convex.config.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import ossStats from "@erquhart/convex-oss-stats/convex.config";
|
||||
import { defineApp } from "convex/server";
|
||||
|
||||
const app = defineApp();
|
||||
app.use(ossStats);
|
||||
|
||||
export default app;
|
||||
Reference in New Issue
Block a user