Skip to content

Commit

Permalink
Merge pull request #34 from ful1e5/dev
Browse files Browse the repository at this point in the history
Fix prisma binary targets
  • Loading branch information
ful1e5 authored Jun 11, 2024
2 parents 533c0bb + e29133a commit 0cacdc6
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 = ["debian-openssl-1.1.x"]
binaryTargets = ["native", "rhel-openssl-1.0.x", "debian-openssl-1.1.x"]
}

datasource db {
Expand Down

0 comments on commit 0cacdc6

Please sign in to comment.