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 d6d9bae commit 0bceb25Copy full SHA for 0bceb25
bin/index.js
@@ -38,11 +38,11 @@ function start(object, filename) {
38
var hostname = argv.host === '0.0.0.0' ? 'localhost' : argv.host
39
40
for (var prop in object) {
41
- console.log(chalk.grey(' http://' + hostname + ':' + port + '/') + chalk.cyan(prop))
+ console.log(chalk.gray(' http://' + hostname + ':' + port + '/') + chalk.cyan(prop))
42
}
43
44
console.log(
45
- '\nYou can now go to ' + chalk.grey('http://' + hostname + ':' + port + '/\n')
+ '\nYou can now go to ' + chalk.gray('http://' + hostname + ':' + port + '/\n')
46
)
47
48
0 commit comments