Skip to content

Commit

Permalink
Add fallback binary target
Browse files Browse the repository at this point in the history
  • Loading branch information
JurreBrandsenInfoSupport committed May 28, 2024
1 parent b2da461 commit 433cc42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prisma/schema.prisma
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
generator client {
provider = "prisma-client-js"
binaryTargets = ["native", "debian-openssl-3.0.x"]
binaryTargets = ["native", "debian-openssl-1.1.x", "debian-openssl-3.0.x"]
}

datasource db {
Expand Down

0 comments on commit 433cc42

Please sign in to comment.