'use strict'; import path from 'path'; import bodyParser from 'koa-bodyparser'; import staticFile from 'koa-static'; export default { bodyParser: bodyParser(), staticFile: staticFile(path.resolve('pbulic')), };