Print port in serve-local script

This commit is contained in:
Michael Telatynski 2021-07-14 14:19:15 +01:00
parent 5c2f2b0684
commit eb9ebaf28e

View File

@ -45,3 +45,4 @@ const server = http.createServer(function onRequest (req, res) {
// Listen
server.listen(5000);
console.log("Listening on port 5000");