Skip to content

Commit

Permalink
fix: adding binary target to run in vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikZed committed Jul 15, 2023
1 parent a610d8c commit 48e134a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ generator dbml {

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

/// ECI Internal models are prefixed with eci_ - these models store internal data like ECI users
Expand Down

1 comment on commit 48e134a

@vercel
Copy link

@vercel vercel bot commented on 48e134a Jul 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.