feat(web): llms.txt, convex live stats, switch to vercel and improved ui (#460)

This commit is contained in:
Aman Varshney
2025-08-03 02:42:15 +05:30
committed by GitHub
parent 004cc01a0c
commit fef7f6b5e2
38 changed files with 2352 additions and 2676 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "@better-t-stack/backend",
"version": "1.0.0",
"scripts": {
"dev": "convex dev",
"dev:setup": "convex dev --configure --until-success"
},
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"typescript": "^5.9.2"
},
"dependencies": {
"@erquhart/convex-oss-stats": "^0.8.1",
"convex": "^1.25.4"
}
}