Skip to content

Commit

Permalink
Add binaryTargets to Prisma client generator
Browse files Browse the repository at this point in the history
  • Loading branch information
schobele committed Nov 15, 2024
1 parent 3e9e7ab commit 326fb74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Empty file removed prisma/dev.db
Empty file.
3 changes: 2 additions & 1 deletion prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
// Try Prisma Accelerate: https://pris.ly/cli/accelerate-init

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

datasource db {
Expand Down

0 comments on commit 326fb74

Please sign in to comment.