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/http.ts
Normal file
7
packages/backend/convex/http.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { httpRouter } from "convex/server";
|
||||
import { ossStats } from "./stats";
|
||||
|
||||
const http = httpRouter();
|
||||
|
||||
ossStats.registerRoutes(http);
|
||||
export default http;
|
||||
Reference in New Issue
Block a user