Skip to content

Commit c5578f8

Browse files
author
Pooya Parsa
committed
green OPEN message
nuxt branding
1 parent ea33d83 commit c5578f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/core/nuxt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export default class Nuxt extends Tapable {
5959
// Show Open URL
6060
let _host = host === '0.0.0.0' ? 'localhost' : host
6161
// eslint-disable-next-line no-console
62-
console.log('\n' + chalk.bold(chalk.bgBlue.black(' OPEN ') + chalk.blue(` http://${_host}:${port}\n`)))
62+
console.log('\n' + chalk.bold(chalk.bgGreen.white(' OPEN ') + chalk.green(` http://${_host}:${port}\n`)))
6363

6464
// Close server on nuxt close
6565
this.plugin('close', () => new Promise((resolve, reject) => {

0 commit comments

Comments
 (0)