mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
Fix Prisma schema path in package.json
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"prisma": {
|
||||
"schema": "apps/passenger-api/prisma/schema.prisma"
|
||||
"schema": "prisma/schema.prisma"
|
||||
},
|
||||
"jest": {
|
||||
"moduleFileExtensions": [
|
||||
|
||||
Reference in New Issue
Block a user