Skip to content

Commit

Permalink
(fix): enable binary prisma engine type (#721)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi authored Apr 28, 2024
1 parent 59893a5 commit d195f5e
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 51 deletions.
129 changes: 80 additions & 49 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions servers/fdr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@fern-api/fdr-sdk": "workspace:*",
"@fern-api/venus-api-sdk": "^0.3.0-2-g994ae9e",
"@fern-fern/revalidation-sdk": "0.0.7",
"@prisma/client": "5.11.0",
"@prisma/client": "5.13.0",
"@sentry/cli": "^2.31.0",
"@sentry/node": "^7.112.2",
"@sentry/profiling-node": "^7.112.2",
Expand Down Expand Up @@ -62,7 +62,7 @@
"execa": "^5.1.1",
"nodemon": "^3.0.0",
"prettier": "^3.2.4",
"prisma": "5.11.0",
"prisma": "5.13.0",
"tsconfig": "*",
"tsx": "^4.7.1",
"typescript": "5.4.3",
Expand Down
1 change: 1 addition & 0 deletions servers/fdr/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"
engineType = "binary"
}

datasource db {
Expand Down

0 comments on commit d195f5e

Please sign in to comment.