added playground and userroute

This commit is contained in:
2024-04-19 13:01:58 +07:00
parent a90529f258
commit a3f61b35c1
13 changed files with 1110 additions and 80 deletions

View File

@@ -11,10 +11,15 @@
"author": "",
"license": "ISC",
"dependencies": {
"@trpc/client": "11.0.0-rc.340",
"@trpc/server": "11.0.0-rc.340",
"@trpc/client": "^10.45.2",
"@trpc/server": "^10.45.2",
"better-sqlite3": "^9.5.0",
"drizzle-orm": "^0.30.8"
"cors": "^2.8.5",
"drizzle-orm": "^0.30.8",
"drizzle-zod": "^0.5.1",
"express": "^4.19.2",
"trpc-playground": "^1.0.4",
"zod": "^3.22.4"
},
"devDependencies": {
"@swc/core": "^1.4.16",