feat: show port

This commit is contained in:
Nevo David 2026-03-31 21:36:37 +07:00
parent 1840a6db6d
commit afda06bb6a

View file

@ -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.