1
0
mirror of https://gitee.com/bitdance-team/chrome-extension synced 2025-01-28 22:20:26 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
2022-02-09 11:48:23 +08:00

4 lines
171 B
JavaScript

const { app } = require('./dist/app')
// 导出 HTTP handler, koa 对象不可直接作为 HTTP handler, 需要调用 callback() 获取
module.exports = app.callback()