Skip to content

Commit

Permalink
setting/#39/prisma binaryTargets 세팅
Browse files Browse the repository at this point in the history
  • Loading branch information
gwgw123 committed Dec 13, 2024
1 parent 44d30e4 commit f1920e4
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 @@ -6,7 +6,7 @@

generator client {
provider = "prisma-client-js"
binaryTargets = ["native", "linux-musl-openssl-3.0.x"]
binaryTargets = ["native", env("PRISMA_BINARY_TARGETS")]
}

datasource db {
Expand Down

0 comments on commit f1920e4

Please sign in to comment.