Fix Prisma schema path in package.json

This commit is contained in:
Stephanos A
2026-06-07 19:24:46 +03:00
parent 09317a3d56
commit e3fb81317e

View File

@@ -67,7 +67,7 @@
"typescript": "^5.3.3"
},
"prisma": {
"schema": "apps/passenger-api/prisma/schema.prisma"
"schema": "prisma/schema.prisma"
},
"jest": {
"moduleFileExtensions": [