Skip to content

Commit

Permalink
Merge pull request #399 from mikeyavorsky/fix-node-ssl
Browse files Browse the repository at this point in the history
Add NODE_OPTIONS to next dev
  • Loading branch information
mikeyavorsky authored Jun 12, 2024
2 parents 400133e + 5455c33 commit b98ed8d
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 b98ed8d

Please sign in to comment.