Skip to content

Commit

Permalink
Merge pull request #300 from OxfordRSE/add-musl-prisma-binary-target
Browse files Browse the repository at this point in the history
fix: add linux-musl-openssl-3.0.x to binaryTargets in Prisma schema
  • Loading branch information
alasdairwilson authored Jan 14, 2025
2 parents 89a618f + 6061363 commit 5a1e8b3
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 5a1e8b3

Please sign in to comment.