fix: switch to Debian 11 (bullseye) for native OpenSSL 1.1.x - no more Prisma issues
This commit is contained in:
@@ -2,9 +2,8 @@
|
||||
// learn more about it in the docs: https://pris.ly/d/prisma-schema
|
||||
|
||||
generator client {
|
||||
provider = "prisma-client-js"
|
||||
output = "./client-generated"
|
||||
binaryTargets = ["native", "debian-openssl-3.0.x"] // Force OpenSSL 3.x for Debian Slim
|
||||
provider = "prisma-client-js"
|
||||
output = "./client-generated"
|
||||
}
|
||||
|
||||
datasource db {
|
||||
|
||||
Reference in New Issue
Block a user