Skip to content

Commit

Permalink
Local fix for new node version
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Nov 6, 2024
1 parent 34ab672 commit 16afb68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion myconext-gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"dev": "webpack-dev-server --open public",
"dev": "NODE_OPTIONS=--openssl-legacy-provider webpack-dev-server --open public",
"test": "jest src",
"test:watch": "npm run test -- --watch"
},
Expand Down

0 comments on commit 16afb68

Please sign in to comment.