Add a URL to the output for ease of opening.

This commit is contained in:
2026-06-25 15:34:28 -07:00
parent 51325fe8ec
commit d458a866e6
+1
View File
@@ -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...");
}