Closed finnhodgkin closed 6 years ago
If you add a HOSTNAME (the first part of your url) to the console.log it creates a nice clickable link in the terminal:
server.listen(port, () => { console.log(`Server is listening at ${hostname}:${port}`); });
@finnhodgkin Resolved
Thanks - that was helpful : 0 )
:+1:
If you add a HOSTNAME (the first part of your url) to the console.log it creates a nice clickable link in the terminal: