Skip to content

Commit

Permalink
printing full url so that I can just click on it
Browse files Browse the repository at this point in the history
  • Loading branch information
catdad committed Sep 28, 2023
1 parent fb75303 commit 18e5c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/serve.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ http.createServer(function (req, res) {

send(req, file).pipe(res);
}).listen(PORT, () => {
console.log(`listening on port ${PORT}`);
console.log(`listening at http://localhost:${PORT}`);
});


Expand Down

0 comments on commit 18e5c4d

Please sign in to comment.