fix: move prisma generate to builder stage, add migration and entrypoint, replace custom login with NextAuth credentials provider
This commit is contained in:
+1
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user