Skip to content

Commit

Permalink
fix: export logger
Browse files Browse the repository at this point in the history
  • Loading branch information
davehorton committed Aug 16, 2024
1 parent 561f061 commit 2ee973e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -273,4 +273,4 @@ function handle(signal) {
}
}

module.exports = {srf};
module.exports = {srf, logger};

0 comments on commit 2ee973e

Please sign in to comment.