Skip to content

Commit

Permalink
change webpack port to 0.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dilumn committed Oct 21, 2016
1 parent 975eb79 commit 5781dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"clean-start": "npm run clean-install && npm start",
"watch": "webpack --watch --progress --profile",
"build": "rimraf dist && webpack --progress --profile --bail",
"server": "webpack-dashboard -- webpack-dev-server --inline --port 8080",
"server": "webpack-dashboard -- webpack-dev-server --inline --host 0.0.0.0 --port 8080",
"webdriver-update": "webdriver-manager update",
"webdriver-start": "webdriver-manager start",
"lint": "tslint --force \"src/**/*.ts\"",
Expand Down

0 comments on commit 5781dd5

Please sign in to comment.