Skip to content
Snippets Groups Projects
Commit a3dfd2b0 authored by jgutix's avatar jgutix
Browse files

feat(server): export logger

parent c49b88d6
No related branches found
No related tags found
1 merge request!3feat(server): export logger
const cron = require('node-cron')
const authentication = require('pubsweet-server/src/authentication')
const logger = require('@pubsweet/logger')
const app = require('./app')
......@@ -10,4 +11,5 @@ module.exports = {
app,
cron,
createJWT,
logger,
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment