mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-01-31 15:37:09 +01:00
fix: switch prisma schema type
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
// learn more about it in the docs: https://pris.ly/d/prisma-schema
|
||||
|
||||
generator client {
|
||||
provider = "prisma-client-js"
|
||||
provider = "prisma-client"
|
||||
output = "client"
|
||||
moduleFormat = "esm"
|
||||
previewFeatures = ["fullTextSearchPostgres"]
|
||||
|
||||
Reference in New Issue
Block a user