chore: remove \t from dev server start log
This commit is contained in:
parent
ba9a1ad15c
commit
931b0cd9fe
2
dev.ts
2
dev.ts
|
|
@ -15,7 +15,7 @@ if (Deno.args.includes('build')) {
|
|||
hostname,
|
||||
onListen: (({ port }) => {
|
||||
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',
|
||||
'',
|
||||
'color: blue; text-decoration: underline',
|
||||
|
|
|
|||
Loading…
Reference in a new issue