Skip to content

Commit

Permalink
| add NODE_OPTIONS to next dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Yavorsky committed Jun 12, 2024
1 parent 400133e commit 5455c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev": "NODE_OPTIONS=--openssl-legacy-provider next dev",
"build:dev": "NODE_OPTIONS=--openssl-legacy-provider env-cmd -f .env.development next build && next export",
"build:stage": "NODE_OPTIONS=--openssl-legacy-provider env-cmd -f .env.staging next build && next export",
"build:prod": "NODE_OPTIONS=--openssl-legacy-provider env-cmd -f .env.production next build && next export",
Expand Down

0 comments on commit 5455c33

Please sign in to comment.