fix: add prisma binary targets

This commit is contained in:
DecDuck
2025-05-08 20:21:50 +10:00
parent 08ef6a21e3
commit 52f8350d19
+1
View File
@@ -6,6 +6,7 @@ generator client {
output = "client"
moduleFormat = "esm"
previewFeatures = ["fullTextSearchPostgres"]
binaryTargets = ["native", "debian-openssl-3.0.x"]
}
datasource db {