UNPKG

102 BJavaScriptView Raw
1module.exports = function(app, dir) {
2 require('./lib/app')(app);
3 app.root = dir;
4 return app;
5};