fix(api): add debian-openssl-3.0.x to Prisma binaryTargets (#529)

Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
This commit is contained in:
2026-02-27 02:44:11 +00:00
committed by jason.woltje
parent cc5b108b2f
commit 83d5aee53a
2 changed files with 11 additions and 8 deletions
+1
View File
@@ -3,6 +3,7 @@
generator client {
provider = "prisma-client-js"
binaryTargets = ["native", "debian-openssl-3.0.x"]
previewFeatures = ["postgresqlExtensions"]
}