pull/409/head
xiaojunnuo 2025-04-28 17:12:25 +08:00
parent 65255dbb50
commit a2ba965600
2 changed files with 6 additions and 5 deletions

View File

@ -26,11 +26,11 @@ process.on('uncaughtException', error => {
}); });
@Configuration({ @Configuration({
detectorOptions: { // detectorOptions: {
ignore: [ // ignore: [
'**/plugins/**' // '**/plugins/**'
] // ]
}, // },
imports: [ imports: [
koa, koa,
orm, orm,

View File

@ -19,3 +19,4 @@ export * from './plugin-upyun/index.js';
export * from './plugin-volcengine/index.js' export * from './plugin-volcengine/index.js'
export * from './plugin-jdcloud/index.js' export * from './plugin-jdcloud/index.js'
export * from './plugin-51dns/index.js' export * from './plugin-51dns/index.js'
export * from './plugin-notification/index.js'