update metrics

This commit is contained in:
Ruben Fiszel
2023-02-27 11:56:55 +01:00
parent 1414030afe
commit 020e5f7b32
5 changed files with 1211 additions and 27 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ export async function browserLogin(
await open(url)
console.log("Opened browser for you");
} catch {
console.error(`Failed to open browser, please navgiate to ${url}`)
console.error(`Failed to open browser, please navigate to ${url}`)
}
const firstConnection = await server.accept();
const httpFirstConnection = Deno.serveHttp(firstConnection);