fix: move prisma generate to builder stage, add migration and entrypoint, replace custom login with NextAuth credentials provider

This commit is contained in:
Carlos
2026-07-10 21:56:45 +02:00
parent cef5402cfa
commit 583170efd1
8 changed files with 80 additions and 145 deletions
+1 -2
View File
@@ -15,8 +15,7 @@
"next-auth": "^4.24.0",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.0.0",
"bcryptjs": "^2.4.3",
"jsonwebtoken": "^9.0.0"
"bcryptjs": "^2.4.3"
},
"devDependencies": {
"prisma": "^5.0.0",