chore: remove \t from dev server start log

This commit is contained in:
Julien Oculi 2024-12-10 15:06:21 +01:00
parent ba9a1ad15c
commit 931b0cd9fe

2
dev.ts
View file

@ -15,7 +15,7 @@ if (Deno.args.includes('build')) {
hostname, hostname,
onListen: (({ port }) => { onListen: (({ port }) => {
console.log( console.log(
`\n\t%c Server started %c %chttps://${hostname}:${port}\n`, `\n%c Server started %c %chttps://${hostname}:${port}\n`,
'font-weight: bold; background-color: blue', 'font-weight: bold; background-color: blue',
'', '',
'color: blue; text-decoration: underline', 'color: blue; text-decoration: underline',