➖ Remove colors dependency
This commit is contained in:
+1
-1
@@ -68,7 +68,7 @@ class Watcher
|
||||
this.socket.on('started', () =>
|
||||
{
|
||||
const url = this.config.domain
|
||||
console.log('app'.green.bold + ' - ' + url.yellow)
|
||||
console.log(`${chalk.green.bold('app')} - ${chalk.yellow.underline(url)}`)
|
||||
|
||||
if(this.config.open)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user