mirror of
https://github.com/certd/certd.git
synced 2026-04-23 19:57:27 +08:00
fix: 某些插件找不到的bug
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
export * from './access/index.js';
|
||||
export * from './dns-provider/index.js';
|
||||
export * from './plugins/deploy-to-cdn/index.js';
|
||||
export * from './plugins/index.js';
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
export * from './deploy-to-cdn/index.js'
|
||||
export * from './upload-to-ccm/index.js'
|
||||
Reference in New Issue
Block a user