feat: add production auth and diagnosis schema

This commit is contained in:
Asep Haryana Saputra
2026-05-22 15:53:48 +00:00
parent b347ed4fd1
commit 794abfdb35
4 changed files with 117 additions and 2 deletions
+2
View File
@@ -13,6 +13,7 @@
"dependencies": {
"@tensorflow/tfjs": "4.22.0",
"@zeavis/shared": "workspace:*",
"bcryptjs": "^2.4.3",
"drizzle-orm": "^0.36.4",
"elysia": "^1.1.25",
"jpeg-js": "0.4.4",
@@ -20,6 +21,7 @@
"postgres": "^3.4.5"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/bun": "latest",
"drizzle-kit": "^0.27.1",
"typescript": "^5.6.3"