fix: switch to Debian 11 (bullseye) for native OpenSSL 1.1.x - no more Prisma issues

This commit is contained in:
2026-01-12 00:38:14 +01:00
parent 518dabef62
commit 074dce6910
2 changed files with 6 additions and 10 deletions

View File

@@ -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 {