fix: update prisma schema and path

This commit is contained in:
DecDuck
2025-05-08 16:20:19 +10:00
parent 67afadec4e
commit 867772d7ec
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -73,6 +73,6 @@
}
},
"prisma": {
"schema": "./prisma"
"schema": "./prisma/schema.prisma"
}
}