Skip to content

Commit

Permalink
fix: add linux-musl-openssl-3.0.x to binaryTargets in Prisma schema
Browse files Browse the repository at this point in the history
  • Loading branch information
alasdairwilson committed Jan 14, 2025
1 parent 89a618f commit 6061363
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
Expand Up @@ -3,7 +3,7 @@

generator client {
provider = "prisma-client-js"
binaryTargets = ["native", "debian-openssl-3.0.x"]
binaryTargets = ["native", "debian-openssl-3.0.x", "linux-musl-openssl-3.0.x"]
enums = true
}

Expand Down

0 comments on commit 6061363

Please sign in to comment.