fix(prisma): include binaryTargets for debian-openssl-1.1.x and 3.0.x to match runtime
This commit is contained in:
parent
f8c89c935c
commit
e11d19a128
1 changed files with 6 additions and 3 deletions
|
|
@ -1,5 +1,8 @@
|
|||
generator client {
|
||||
provider = "prisma-client-js"
|
||||
provider = "prisma-client-js"
|
||||
// Include both OpenSSL variants to support host build (OpenSSL 3.x)
|
||||
// and container runtime (Debian bullseye, OpenSSL 1.1.x)
|
||||
binaryTargets = ["native", "debian-openssl-1.1.x", "debian-openssl-3.0.x"]
|
||||
}
|
||||
|
||||
datasource db {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue