Skip to content

Commit

Permalink
Merge pull request #26 from RBP98/windows-port-no-fix
Browse files Browse the repository at this point in the history
Fixed issue: Application does not work on localhost:9010
  • Loading branch information
SaharMehrpour authored Aug 23, 2024
2 parents c027214 + 62d1757 commit e353e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"scripts": {
"start-Mac": "PORT=9010 react-app-rewired --max_old_space_size=8192 start",
"start-Linux": "export SET NODE_OPTIONS=--openssl-legacy-provider PORT=9010 && react-app-rewired --max_old_space_size=8192 start",
"start-Windows": "set PORT = 9010 && react-app-rewired --max_old_space_size=8192 start",
"start-Windows": "set PORT=9010 && react-app-rewired --max_old_space_size=8192 start",
"build": "react-app-rewired --max_old_space_size=8192 build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
Expand Down

0 comments on commit e353e85

Please sign in to comment.