Skip to content

Commit

Permalink
Downgraded node
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Nov 11, 2024
1 parent 80cf8a0 commit d83bf7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion account-gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
},
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"dev": "NODE_OPTIONS=--openssl-legacy-provider webpack-dev-server --open public",
"dev": "webpack-dev-server --open public",
"dev_new": "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 d83bf7d

Please sign in to comment.