Skip to content

Commit

Permalink
ci: vercel requires prisma binary target rhel-openssl-1.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloCastellano authored and luis-herasme committed Oct 13, 2024
1 parent 1efa2ce commit fdd1e4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/db/prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

generator client {
provider = "prisma-client-js"
binaryTargets = ["native", "rhel-openssl-1.0.x"]
previewFeatures = ["tracing", "metrics", "typedSql"]
}

Expand Down

0 comments on commit fdd1e4f

Please sign in to comment.