mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-01 17:22:42 +00:00
small style changes to terminal output of server start
This commit is contained in:
@@ -12,8 +12,9 @@ DB.connect(config).then(()=>{
|
||||
const cyan = '\x1b[36m'; // Cyan color
|
||||
const underline = '\x1b[4m'; // Underlined style
|
||||
|
||||
console.log(`\n\tserver on port: ${PORT}`);
|
||||
console.log(`\t${underline}${bright}${cyan}Open in browser: http://localhost:${PORT}${reset}`)
|
||||
console.log(`\n\tserver started at: ${new Date().toLocaleString()}`);
|
||||
console.log(`\tserver on port: ${PORT}`);
|
||||
console.log(`\t${bright + cyan}Open in browser: ${reset}${underline + bright + cyan}http://localhost:${PORT}${reset}\n\n`)
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user