Skip to content

Commit

Permalink
fix: added full localhost to dev script
Browse files Browse the repository at this point in the history
  • Loading branch information
rickimoore committed Nov 10, 2023
1 parent f370cb9 commit 992a2ee
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 @@ -63,7 +63,7 @@
},
"scripts": {
"dev": "concurrently -k \"BROWSER=none npm start\" \"npm:electron\"",
"electron": "wait-on tcp:3000 && electron .",
"electron": "wait-on tcp:127.0.0.1:3000 && electron .",
"start": "BROWSER=none react-scripts start",
"build": "react-scripts build",
"test": "jest",
Expand Down

0 comments on commit 992a2ee

Please sign in to comment.