Skip to content

Commit

Permalink
Update binary
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs committed Mar 14, 2024
1 parent 1c532a4 commit f837342
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"dev": "next dev",
"lint": "next lint",
"start": "node ./node_modules/next/dist/bin/next start",
"start_comment": "echo ''",
"typecheck": "tsc --noEmit"
},
"dependencies": {
Expand Down
1 change: 1 addition & 0 deletions prisma/schema.prisma
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
generator client {
provider = "prisma-client-js"
binaryTargets = ["native", "debian-openssl-3.0.x"]
}

datasource db {
Expand Down

0 comments on commit f837342

Please sign in to comment.