mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-01 23:37:43 +03:00
Startup message explicitly mentions production
no issue
This commit is contained in:
parent
4c96fba67f
commit
f40bff0cbb
@ -166,7 +166,7 @@ GhostServer.prototype.logStartMessages = function () {
|
||||
// Startup & Shutdown messages
|
||||
if (process.env.NODE_ENV === 'production') {
|
||||
console.log(
|
||||
chalk.green('Ghost is running...'),
|
||||
chalk.green('Ghost is running in ' + process.env.NODE_ENV + '...'),
|
||||
'\nYour blog is now available on',
|
||||
config.url,
|
||||
chalk.gray('\nCtrl+C to shut down')
|
||||
|
Loading…
Reference in New Issue
Block a user