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 ea33d83 commit c5578f8Copy full SHA for c5578f8
lib/core/nuxt.js
@@ -59,7 +59,7 @@ export default class Nuxt extends Tapable {
59
// Show Open URL
60
let _host = host === '0.0.0.0' ? 'localhost' : host
61
// eslint-disable-next-line no-console
62
- console.log('\n' + chalk.bold(chalk.bgBlue.black(' OPEN ') + chalk.blue(` http://${_host}:${port}\n`)))
+ console.log('\n' + chalk.bold(chalk.bgGreen.white(' OPEN ') + chalk.green(` http://${_host}:${port}\n`)))
63
64
// Close server on nuxt close
65
this.plugin('close', () => new Promise((resolve, reject) => {
0 commit comments