fix: add prisma binary targets

This commit is contained in:
DecDuck
2025-05-08 20:21:50 +10:00
parent 464af37afb
commit 92a98a5984

View File

@ -6,6 +6,7 @@ generator client {
output = "client"
moduleFormat = "esm"
previewFeatures = ["fullTextSearchPostgres"]
binaryTargets = ["native", "debian-openssl-3.0.x"]
}
datasource db {