UNPKG

punchcard-cms

Version:
12 lines (8 loc) 187 B
'use strict'; const workflows = require('../workflows'); module.exports = (app) => { return workflows.raw().then(flows => { app.set('workflows', flows); return app; }); };