fix(prisma): include binaryTargets for debian-openssl-1.1.x and 3.0.x to match runtime

This commit is contained in:
Esdras Renan 2025-10-08 20:49:56 -03:00
parent f8c89c935c
commit e11d19a128

View file

@ -1,5 +1,8 @@
generator client {
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 {