add first operation in user role

This commit is contained in:
rafiarrafif
2025-05-06 18:48:33 +07:00
parent 9e90d7c4f4
commit 40a7ffc005
9 changed files with 241 additions and 3 deletions

View File

@ -8,7 +8,11 @@
},
"dependencies": {
"@prisma/client": "^6.7.0",
"elysia": "latest"
"@types/jsonwebtoken": "^9.0.9",
"cookie": "^1.0.2",
"elysia": "latest",
"joi": "^17.13.3",
"jsonwebtoken": "^9.0.2"
},
"devDependencies": {
"bun-types": "latest",