fix: add prisma to dependencies for Docker build
This commit is contained in:
@@ -7,6 +7,9 @@
|
|||||||
"test": "turbo test",
|
"test": "turbo test",
|
||||||
"lint": "turbo lint"
|
"lint": "turbo lint"
|
||||||
},
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"prisma": "^6.0.0"
|
||||||
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"turbo": "^2.0.0",
|
"turbo": "^2.0.0",
|
||||||
"typescript": "^5.7.0",
|
"typescript": "^5.7.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user