fix: update prisma schema and path

This commit is contained in:
DecDuck
2025-05-08 16:20:19 +10:00
parent 125fe9e6e2
commit 48f796ae4b
2 changed files with 2 additions and 2 deletions

View File

@ -73,6 +73,6 @@
} }
}, },
"prisma": { "prisma": {
"schema": "./prisma" "schema": "./prisma/schema.prisma"
} }
} }

View File

@ -5,7 +5,7 @@ generator client {
provider = "prisma-client-js" provider = "prisma-client-js"
output = "client" output = "client"
moduleFormat = "esm" moduleFormat = "esm"
previewFeatures = ["prismaSchemaFolder", "fullTextSearchPostgres"] previewFeatures = ["fullTextSearchPostgres"]
} }
datasource db { datasource db {