Skip to content

Commit

Permalink
add prisma binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan-Roberts123 committed May 21, 2024
1 parent e7edfc6 commit 98b7b49
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
Expand Up @@ -10,7 +10,8 @@ datasource db {
}

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

model User {
Expand Down

0 comments on commit 98b7b49

Please sign in to comment.