mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-07-18 16:31:40 -05:00
chore: made the server listening message clickable, 'cause I'm too lazy to type it out every time
This commit is contained in:
parent
b7498fe5a8
commit
b258477384
|
|
@ -111,5 +111,5 @@ app.set('view engine', 'handlebars');
|
|||
|
||||
logger.info('Starting server');
|
||||
app.listen(port, () => {
|
||||
logger.success(`Server listening on *:${port}`);
|
||||
logger.success(`Server listening on http://localhost:${port}`);
|
||||
});
|
||||
Loading…
Reference in New Issue
Block a user