fix: 某些插件找不到的bug

This commit is contained in:
xiaojunnuo
2025-07-11 09:45:33 +08:00
parent 014eff3534
commit 4b3f4a868a
14 changed files with 22 additions and 1 deletions
@@ -1,3 +1,6 @@
export * from './plugins/index.js';
export * from './access.js';
export * from './volcengine-dns-provider.js';
export * from './ve-client.js';
export * from './dns-client.js';
export * from './cdn-client.js';
@@ -3,3 +3,5 @@ export * from './plugin-deploy-to-clb.js'
export * from './plugin-upload-to-cert-center.js'
export * from './plugin-deploy-to-alb.js'
export * from './plugin-deploy-to-live.js'
export * from './plugin-deploy-to-dcdn.js'
export * from './plugin-deploy-to-vod.js'