Skip to content
Snippets Groups Projects
Commit bdbab7d7 authored by Yannis Barlas's avatar Yannis Barlas
Browse files

feat(server): export express app

parent c93b5c95
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
"name": "@coko/server",
"version": "0.0.0",
"description": "A tweaked version of pubsweet-server for use by Coko's projects",
"main": "index.js",
"main": "src/index.js",
"scripts": {
"cz": "git-cz",
"release": "standard-version",
......
const authentication = require('pubsweet-server/src/authentication')
const app = require('./app')
const createJWT = authentication.token.create
module.exports = {
app,
createJWT,
}
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