Skip to content

Commit

Permalink
fix: Updated prisma binary target
Browse files Browse the repository at this point in the history
related to #33
  • Loading branch information
ful1e5 committed Jun 11, 2024
1 parent 4ec07fb commit e29133a
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 e29133a

Please sign in to comment.