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": {
"schema": "./prisma"
"schema": "./prisma/schema.prisma"
}
}

View File

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