Fix prisma bug (x2)

This commit is contained in:
Santiago Lo Coco 2024-04-24 17:52:07 +02:00
parent 2daae9a4ae
commit 25af1d06c3
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
generator client {
provider = "prisma-client-js"
provider = "prisma-client-js"
binaryTargets = ["native", "rhel-openssl-1.0.x"]
}
datasource db {