Add binary target

This commit is contained in:
Hri7566 2023-12-02 00:44:43 -05:00
parent c8b1a7d3b5
commit 9970b5bcdf
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
generator client {
provider = "prisma-client-js"
provider = "prisma-client-js"
binaryTargets = ["debian-openssl-3.0.x"]
}
datasource db {