UNPKG

astroboy

Version:

Astroboy(阿童木)is a Nodejs SFB(Separation of Front and Back ends) framework, built on koa2.

15 lines 366 B
"use strict"; const path = require("path"); const config = app => { return { view: { root: path.join(app.ROOT_PATH, 'app/views'), cache: true, defaultExtension: '.html', defaultViewEngine: '', mapping: {}, }, }; }; module.exports = config; //# sourceMappingURL=config.default.js.map