diff --git a/dev.ts b/dev.ts index 9e9499d..ab642d4 100644 --- a/dev.ts +++ b/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',