feat: show port
This commit is contained in:
parent
1840a6db6d
commit
afda06bb6a
1 changed files with 1 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ async function start() {
|
|||
|
||||
try {
|
||||
await app.listen(port);
|
||||
console.log('Backend started successfully on port ' + port);
|
||||
|
||||
checkConfiguration(); // Do this last, so that users will see obvious issues at the end of the startup log without having to scroll up.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue