Skip to content

Commit

Permalink
revert this commit a9a1c87 - remove port from host url
Browse files Browse the repository at this point in the history
  • Loading branch information
yong-asial committed Aug 13, 2018
1 parent fd24ade commit a1014c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/serve.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
var packUrl = taskName === 'demo' ? "http://localhost:" + nextPort + "/": "http://localhost:" + port + "/";

if (terminal.isOnMonaca) {
packUrl = "https://0.0.0.0:" + port + "/";
packUrl = "https://0.0.0.0/";
webpackConfig.devServer.disableHostCheck = true;
}

Expand Down

0 comments on commit a1014c5

Please sign in to comment.