Skip to content

Commit

Permalink
fix(api): fix prisma binaryTargets for prod deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoperra committed Jan 2, 2023
1 parent fca3ae3 commit 89f6ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
generator client {
provider = "prisma-client-js"
output = "../../../packages/prisma-models/generated/client"
binaryTargets = ["native", "debian-openssl-1.1.x", "linux-musl"]
binaryTargets = ["native", "debian-openssl-1.1.x", "linux-musl-openssl-3.0.x"]
}

datasource db {
Expand Down

0 comments on commit 89f6ef3

Please sign in to comment.