mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-01-31 15:37:09 +01:00
fix: remove jank prisma script, and move to generated prisma client
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
|
||||
generator client {
|
||||
provider = "prisma-client-js"
|
||||
output = "client"
|
||||
moduleFormat = "esm"
|
||||
previewFeatures = ["prismaSchemaFolder", "fullTextSearchPostgres"]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user