diff --git a/packages/plugins/plugin-all/vite.config.ts b/packages/plugins/plugin-all/vite.config.ts index 39189ccad..56aaf2ef2 100644 --- a/packages/plugins/plugin-all/vite.config.ts +++ b/packages/plugins/plugin-all/vite.config.ts @@ -37,6 +37,7 @@ export default defineConfig({ "@certd/plugin-host", "@certd/plugin-tencent", "@certd/plugin-util", + "@certd/plugin-center", ], output: { globals: { @@ -50,6 +51,7 @@ export default defineConfig({ "@certd/plugin-host": "CertdPluginHost", "@certd/plugin-huawei": "CertdPluginHuawei", "@certd/plugin-util": "CertdPluginUtil", + "@certd/plugin-center": "CertdPluginCenter", }, }, }, diff --git a/packages/plugins/plugin-builder/src/index.ts b/packages/plugins/plugin-builder/src/index.ts index 5e81b0102..e69de29bb 100644 --- a/packages/plugins/plugin-builder/src/index.ts +++ b/packages/plugins/plugin-builder/src/index.ts @@ -1,3 +0,0 @@ -export * from "./access"; -export * from "./plugin"; -export * from "./dns-provider"; diff --git a/packages/ui/certd-server/package.json b/packages/ui/certd-server/package.json index bf6c38ac9..75eec48bc 100644 --- a/packages/ui/certd-server/package.json +++ b/packages/ui/certd-server/package.json @@ -30,6 +30,7 @@ "@certd/plugin-huawei": "^1.20.5", "@certd/plugin-tencent": "^1.20.5", "@certd/plugin-util": "^1.20.5", + "@certd/plugin-center": "^1.20.5", "@koa/cors": "^3.4.3", "@midwayjs/bootstrap": "^3.15.0", "@midwayjs/cache": "^3.14.0",