Skip to content

Commit

Permalink
log info auth key
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Nov 1, 2023
1 parent b73ec3c commit cca7ca5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}`)

0 comments on commit cca7ca5

Please sign in to comment.