mirror of
https://github.com/certd/certd.git
synced 2026-04-24 12:27:25 +08:00
chore:
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user