We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc24747 commit b2312d6Copy full SHA for b2312d6
bin/run
@@ -69,4 +69,4 @@ http.createServer(function (request, response) {
69
}
70
}).listen(port, hostname);
71
72
-console.log('Running ' + path.basename(inputFile) + ' at http://' + hostname + ':' + port);
+console.log('Running ' + path.basename(inputFile) + ' at http://localhost:' + port);
0 commit comments