监控:本地建立工具时的一些配置

This commit is contained in:
luying
2021-04-29 18:42:48 +08:00
parent a383dfc73f
commit c55be393a9
4 changed files with 76 additions and 1 deletions

View File

@@ -15,6 +15,10 @@ const plugin: EggPlugin = {
enable: true,
package: 'egg-alinode',
},
xtransit: {
enable: true,
package: 'egg-xtransit',
}
};
export default plugin;