mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-10 04:22:09 +10:00
fix: update prisma schema and path
This commit is contained in:
@ -73,6 +73,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"prisma": {
|
"prisma": {
|
||||||
"schema": "./prisma"
|
"schema": "./prisma/schema.prisma"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user