This commit is contained in:
xiaojunnuo
2024-03-22 01:09:27 +08:00
parent bac74dc650
commit f8e320e2bd
3 changed files with 3 additions and 3 deletions

View File

@@ -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",
},
},
},

View File

@@ -1,3 +0,0 @@
export * from "./access";
export * from "./plugin";
export * from "./dns-provider";