Skip to content

Commit

Permalink
Add NODE_OPTIONS=--openssl-legacy-provider
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmanuelthiel committed Apr 21, 2024
1 parent 1ae9621 commit 3c33ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start": "export NODE_OPTIONS=--openssl-legacy-provider && ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
Expand Down

0 comments on commit 3c33ed4

Please sign in to comment.