Skip to content

Commit

Permalink
feat: log config when parsed
Browse files Browse the repository at this point in the history
  • Loading branch information
M4TY committed Nov 23, 2023
1 parent 5f3170f commit 9f6e107
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ const main = () => {
const port = process.env.PORT || 3000;
config = loadConfig();

console.log(config);

for (const service of Object.keys(config.webhooks.services)) {
notify(service, NotificationType.success);
}
Expand Down

0 comments on commit 9f6e107

Please sign in to comment.