prisma and user model

This commit is contained in:
Timur Ercan
2022-11-15 10:53:04 +01:00
parent cb0ab9eeb6
commit e10b04b9a7
6 changed files with 117 additions and 0 deletions

View File

@ -9,6 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@prisma/client": "^4.6.1",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
@ -18,5 +19,8 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "4.8.4"
},
"devDependencies": {
"prisma": "^4.6.1"
}
}