Skip to content

Commit

Permalink
added rhel-openssl binary target to prisma config
Browse files Browse the repository at this point in the history
  • Loading branch information
t-shah02 committed Feb 17, 2024
1 parent efe7908 commit dcba70b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion prisma/schema.prisma
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
generator client {
provider = "prisma-client-js"
provider = "prisma-client-js"
binaryTargets = ["native", "rhel-openssl-1.0.x"]
}

datasource db {
Expand Down

0 comments on commit dcba70b

Please sign in to comment.