Skip to content

Commit

Permalink
Use 127.0.0.1 instead of localhost
Browse files Browse the repository at this point in the history
See this issue here:
jeffbski/wait-on#109
  • Loading branch information
dangmai committed Feb 3, 2022
1 parent 17f0001 commit 6f08632
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 @@ -22,7 +22,7 @@
"pretest": "npm run lint",
"test": "jest",
"start-server": "node bin/start-apex-server.js",
"wait-server": "wait-on http://localhost:2117/api/ast/",
"wait-server": "wait-on http://127.0.0.1:2117/api/ast/",
"stop-server": "node bin/stop-apex-server.js",
"lint": "eslint \"{src,tests_config}/**/*.js\"",
"prettier": "prettier --write \"{src,tests_config}/**/*.js\" \"./*.md\"",
Expand Down

0 comments on commit 6f08632

Please sign in to comment.