Beautified launch printout

This commit is contained in:
rainbow napkin 2025-10-16 07:36:32 -04:00
parent 6ae652b47c
commit cb3fc9bb91
3 changed files with 26 additions and 3 deletions

View file

@ -222,6 +222,6 @@ async function asyncKickStart(){
//Listen Function
webServer.listen(port, () => {
console.log(`Tokes up on port ${port}!`);
console.log(`Tokes up on port \x1b[4m\x1b[35m${port}\x1b[0m!`);
});
}