infra: add NodeJS runtime to initial server log
This commit is contained in:
parent
aee7641ffa
commit
0ad7105522
1 changed files with 2 additions and 1 deletions
|
|
@ -14,5 +14,6 @@ app.use("/entries", entries)
|
||||||
app.use("/tags", tags)
|
app.use("/tags", tags)
|
||||||
|
|
||||||
app.listen(port, () => {
|
app.listen(port, () => {
|
||||||
console.info(`INFO eolas-api server running at http://localhost:${port}`)
|
console.info(`TB-INFO eolas-api running on NodeJS ${process.version}`)
|
||||||
|
console.info(`TB-INFO eolas-api server running at http://localhost:${port}`)
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue