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,6 +1,9 @@
|
||||||
generator client {
|
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 {
|
datasource db {
|
||||||
provider = "sqlite"
|
provider = "sqlite"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue