UNPKG

egg-kit

Version:
10 lines (7 loc) 144 B
'use strict' const launch = require('./lib/launch.js') module.exports = (app) => { if (app.config.kit.app) { launch(app) } }