mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-06-22 04:11:32 +10: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
|
// learn more about it in the docs: https://pris.ly/d/prisma-schema
|
||||||
|
|
||||||
generator client {
|
generator client {
|
||||||
provider = "prisma-client-js"
|
provider = "prisma-client"
|
||||||
output = "client"
|
output = "client"
|
||||||
moduleFormat = "esm"
|
moduleFormat = "esm"
|
||||||
previewFeatures = ["fullTextSearchPostgres"]
|
previewFeatures = ["fullTextSearchPostgres"]
|
||||||
|
|||||||
Reference in New Issue
Block a user