fix: refactor prisma multifolder into docs example

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