From cca7ca5afd8a1cd276809d393426c1e4e074d5e4 Mon Sep 17 00:00:00 2001 From: Denis Carriere Date: Wed, 1 Nov 2023 18:33:54 -0400 Subject: [PATCH] log info auth key --- index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/index.ts b/index.ts index 0dc2b40..1b3dbbc 100644 --- a/index.ts +++ b/index.ts @@ -23,3 +23,4 @@ const app = Bun.serve({ }); logger.info(`Server listening on http://${app.hostname}:${app.port}`); +if ( config.authKey ) logger.info(`Auth Key: ${config.authKey}`)