pull/68/head
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";

View File

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