mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-27 08:02:01 +00:00
chore: add http:// to ready message
This commit is contained in:
parent
857da68786
commit
1484928237
@ -126,8 +126,8 @@ export default class Nuxt {
|
||||
return reject(err)
|
||||
}
|
||||
|
||||
const hostPort = chalk.underline.blue(`${host}:${port}`)
|
||||
this.readyMessage = `Listening on ${hostPort}`
|
||||
const listenURL = chalk.underline.blue(`http://${host}:${port}`)
|
||||
this.readyMessage = `Listening on ${listenURL}`
|
||||
|
||||
// Close server on nuxt close
|
||||
this.hook(
|
||||
|
Loading…
Reference in New Issue
Block a user