1
0
mirror of https://gitee.com/bitdance-team/chrome-extension synced 2025-01-30 23:10:27 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

4 lines
171 B
JavaScript
Raw Normal View History

2022-02-09 11:48:23 +08:00
const { app } = require('./dist/app')
// 导出 HTTP handler, koa 对象不可直接作为 HTTP handler, 需要调用 callback() 获取
module.exports = app.callback()