We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 845668b commit c1ed5cfCopy full SHA for c1ed5cf
packages/@angular/cli/tasks/serve.ts
@@ -95,7 +95,7 @@ export default Task.extend({
95
`);
96
}
97
98
- let clientAddress = serverAddress;
+ let clientAddress = `${serveTaskOptions.ssl ? 'https' : 'http'}://0.0.0.0:0`;
99
if (serveTaskOptions.publicHost) {
100
let publicHost = serveTaskOptions.publicHost;
101
if (!/^\w+:\/\//.test(publicHost)) {
0 commit comments