TRPCContextCreator
All checks were successful
Lint / lint (push) Successful in 12s

This commit is contained in:
Julien Valverdé
2024-09-05 06:07:29 +02:00
parent ca10286e1f
commit 85b6340b97
7 changed files with 166 additions and 2 deletions

View File

@@ -81,10 +81,11 @@
},
"devDependencies": {
"@effect/schema": "^0.72.2",
"@prisma/studio-server": "^0.502.0",
"@tanstack/form-core": "^0.30.0",
"@trpc/server": "^10.45.2",
"@types/express": "^4.17.21",
"@types/jsonwebtoken": "^9.0.6",
"@types/ws": "^8.5.12",
"bun-types": "^1.1.26",
"effect": "^3.7.2",
"express": "^4.19.2",
@@ -95,6 +96,7 @@
"openai": "^4.57.3",
"tsup": "^8.2.4",
"tsx": "^4.19.0",
"typescript": "^5.5.4"
"typescript": "^5.5.4",
"ws": "^8.18.0"
}
}