mirror of https://github.com/certd/certd
chore:
parent
bac74dc650
commit
f8e320e2bd
|
@ -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",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
export * from "./access";
|
||||
export * from "./plugin";
|
||||
export * from "./dns-provider";
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue