From 931b0cd9fe43492acebdd05e7f2c94e240096106 Mon Sep 17 00:00:00 2001 From: Julien Oculi Date: Tue, 10 Dec 2024 15:06:21 +0100 Subject: [PATCH] chore: remove `\t` from dev server start log --- dev.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',