mirror of
https://gitee.com/bitdance-team/chrome-extension
synced 2025-10-07 16:35:15 +08:00
feat: services
This commit is contained in:
3
packages/services/index.js
Normal file
3
packages/services/index.js
Normal file
@@ -0,0 +1,3 @@
|
||||
const { app } = require('./dist/app')
|
||||
// 导出 HTTP handler, koa 对象不可直接作为 HTTP handler, 需要调用 callback() 获取
|
||||
module.exports = app.callback()
|
Reference in New Issue
Block a user