| 30 | pathname, |
| 31 | }); |
| 32 | const prettyPrintUrl = hostname => |
| 33 | url.format({ |
| 34 | protocol, |
| 35 | hostname, |
| 36 | port: chalk.bold(port), |
| 37 | pathname, |
| 38 | }); |
| 39 | |
| 40 | const isUnspecifiedHost = host === '0.0.0.0' || host === '::'; |
| 41 | let prettyHost, lanUrlForConfig, lanUrlForTerminal; |