fix(prisma): correct schema syntax (binaryTargets vs previewFeatures)
Some checks failed
CI / Lint, Test & Build (push) Successful in 12m36s
CI / Deploy production (on server) (push) Has been cancelled

This commit is contained in:
Antigravity
2026-05-19 21:41:51 +00:00
parent b935466480
commit 3423c5462f

View File

@@ -1,6 +1,7 @@
generator client {
provider = "prisma-client-js"
previewFeatures = ["debian-openssl-3.0.x", "native", "postgresqlExtensions"]
binaryTargets = ["debian-openssl-3.0.x", "native"]
previewFeatures = ["postgresqlExtensions"]
}
datasource db {