Skip to content

Commit

Permalink
Add binaryTargets to Prisma generator
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisrick25 committed Feb 8, 2024
1 parent 53549d0 commit c3db7ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

generator client {
provider = "prisma-client-js"
binaryTargets = ["native", "rhel-openssl-1.0.x"]
}

datasource db {
Expand Down

0 comments on commit c3db7ce

Please sign in to comment.