Removed Prisma fixes from v5.

This commit is contained in:
Mike Cao 2025-01-09 21:31:10 -08:00
parent 021744a473
commit 6e158be4ac
3 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
generator client {
provider = "prisma-client-js"
binaryTargets = ["native", "linux-musl-openssl-3.0.x", "linux-musl-arm64-openssl-3.0.x"]
binaryTargets = ["native"]
}
datasource db {

View file

@ -1,6 +1,6 @@
generator client {
provider = "prisma-client-js"
binaryTargets = ["native", "linux-musl-openssl-3.0.x", "linux-musl-arm64-openssl-3.0.x"]
binaryTargets = ["native"]
}
datasource db {