Skip to content

Commit

Permalink
chore: wait-on 127.0.0.1 rather than localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
sekwah41 committed Sep 30, 2023
1 parent 83056fd commit 2b4a639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"scripts": {
"prepare": "yarn build",
"clean": "rimraf dist/ build/",
"predev:main": "wait-on http://localhost:3000",
"predev:main": "wait-on http://127.0.0.1:3000",
"dev:main": "nodemon --exec \"yarn build && electron .\"",
"start": "yarn dev:main",
"build": "tsc && copyfiles -u 2 \"src/assets/*\" build/assets",
Expand Down

0 comments on commit 2b4a639

Please sign in to comment.