another fix

This commit is contained in:
Jesse Wierzbinski 2024-04-07 00:35:27 -10:00
parent 21711960df
commit 742edb24b5
No known key found for this signature in database
2 changed files with 4 additions and 3 deletions

View file

@ -2,7 +2,7 @@ generator client {
provider = "prisma-client-js"
previewFeatures = ["postgresqlExtensions"]
// These last two lines are important for Docker!
binaryTargets = ["native", "debian-openssl-3.0.x", "linux-musl-openssl-3.0.x", "linux-musl-arm64-openssl-3.0.x"]
binaryTargets = ["native", "debian-openssl-3.0.x", "linux-arm64-openssl-3.0.x"]
}
generator json {