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 f0bddd8 commit 2f19904Copy full SHA for 2f19904
packages/@vue/cli-service/lib/util/prepareURLs.js
@@ -54,6 +54,8 @@ module.exports = function prepareUrls (protocol, host, port, pathname = '/') {
54
}
55
} else {
56
prettyHost = host
57
+ lanUrlForConfig = host
58
+ lanUrlForTerminal = prettyPrintUrl(lanUrlForConfig)
59
60
const localUrlForTerminal = prettyPrintUrl(prettyHost)
61
const localUrlForBrowser = formatUrl(prettyHost)
0 commit comments