Print port in serve-local script
This commit is contained in:
parent
5c2f2b0684
commit
eb9ebaf28e
1 changed files with 1 additions and 0 deletions
|
@ -45,3 +45,4 @@ const server = http.createServer(function onRequest (req, res) {
|
||||||
|
|
||||||
// Listen
|
// Listen
|
||||||
server.listen(5000);
|
server.listen(5000);
|
||||||
|
console.log("Listening on port 5000");
|
||||||
|
|
Loading…
Reference in a new issue