diff --git a/main.js b/main.js index 5743555..a0cf85c 100755 --- a/main.js +++ b/main.js @@ -282,6 +282,7 @@ async function main() { ports.forEach(port => { app.listen(port); console.log(" * Now listening on port " + port + "."); + console.log(" * URL: http://localhost:" + port); }); console.log("Done! Now we wait..."); }