Simpler server start message.
This commit is contained in:
parent
fe620f5f70
commit
2cf16a48af
@ -36,8 +36,6 @@ server.listen(process.env.PORT, error => {
|
||||
|
||||
// eslint-disable-next-line no-console
|
||||
console.info(
|
||||
`Serving at http://localhost:${process.env.PORT} in ${
|
||||
process.env.NODE_ENV
|
||||
} mode.`
|
||||
`Serving http://localhost:${process.env.PORT} for ${process.env.NODE_ENV}.`
|
||||
)
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user