Fix Prisma backend setup for production build

This commit is contained in:
2026-05-11 12:31:17 +07:00
parent 57017dd397
commit b4e322880d
3 changed files with 8 additions and 3 deletions

View File

@ -12,7 +12,7 @@
"@nestjs/core": "^10.0.0",
"@nestjs/jwt": "^10.2.0",
"@nestjs/platform-express": "^10.0.0",
"@prisma/client": "^5.0.0",
"@prisma/client": "^5.22.0",
"bcryptjs": "^2.4.3",
"bullmq": "^5.76.6",
"class-transformer": "^0.5.1",