mirror of https://github.com/certd/certd
chore:
parent
65255dbb50
commit
a2ba965600
|
@ -26,11 +26,11 @@ process.on('uncaughtException', error => {
|
||||||
});
|
});
|
||||||
|
|
||||||
@Configuration({
|
@Configuration({
|
||||||
detectorOptions: {
|
// detectorOptions: {
|
||||||
ignore: [
|
// ignore: [
|
||||||
'**/plugins/**'
|
// '**/plugins/**'
|
||||||
]
|
// ]
|
||||||
},
|
// },
|
||||||
imports: [
|
imports: [
|
||||||
koa,
|
koa,
|
||||||
orm,
|
orm,
|
||||||
|
|
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue