Update prisma

This commit is contained in:
Hri7566 2024-02-01 08:40:59 -05:00
parent 0ece65e940
commit 3ef51d525d
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 = ["native", "debian-openssl-3.0.x"]
}
datasource db {