Add debian openssl to prisma config

This commit is contained in:
Hri7566 2024-02-23 18:24:50 -05:00
parent 4056843f1a
commit 248b211708
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@
// learn more about it in the docs: https://pris.ly/d/prisma-schema // learn more about it in the docs: https://pris.ly/d/prisma-schema
generator client { generator client {
provider = "prisma-client-js" provider = "prisma-client-js"
binaryTargets = ["native", "debian-openssl-3.0.x"]
} }
datasource db { datasource db {