Skip to content

Commit

Permalink
Fix: start issue
Browse files Browse the repository at this point in the history
Update package.json
  • Loading branch information
prajwalkulkarni authored Jan 16, 2024
1 parent b6a5797 commit 196ae1a
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 196ae1a

Please sign in to comment.