Skip to content

Commit

Permalink
Merge pull request #188 from prajwalkulkarni/main
Browse files Browse the repository at this point in the history
Fix: start issue
  • Loading branch information
pradeeban authored Jan 16, 2024
2 parents 500d575 + 196ae1a commit 257d165
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@
"zealit": "^2.4.1"
},
"scripts": {
"start": "react-scripts start",
"start": "export NODE_OPTIONS=--openssl-legacy-provider && react-scripts start",
"start:windows": "set NODE_OPTIONS=--openssl-legacy-provider && react-scripts start",
"build": "react-scripts build",
"build-localhost": "PUBLIC_URL=/ react-scripts build",
"test": "react-scripts test",
Expand Down

0 comments on commit 257d165

Please sign in to comment.