ci(prisma): generate rhel-openssl binary targets for Netlify serverless execution

This commit is contained in:
FalahMobile
2026-07-08 19:20:57 +08:00
parent 5ef605d550
commit 0874133bc1
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
generator client {
provider = "prisma-client-js"
binaryTargets = ["native", "linux-musl", "debian-openssl-3.0.x"]
binaryTargets = ["native", "rhel-openssl-1.0.x", "rhel-openssl-3.0.x", "linux-musl", "debian-openssl-3.0.x"]
}
datasource db {