UNPKG

astroboy

Version:

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

13 lines 287 B
"use strict"; const path = require("path"); const config = { 'astroboy-static': { priority: 3, enable: true, options: { root: path.resolve('/tmp/static'), }, }, }; module.exports = config; //# sourceMappingURL=middleware.default.js.map