mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
chore:
This commit is contained in:
@@ -37,6 +37,7 @@ export default defineConfig({
|
|||||||
"@certd/plugin-host",
|
"@certd/plugin-host",
|
||||||
"@certd/plugin-tencent",
|
"@certd/plugin-tencent",
|
||||||
"@certd/plugin-util",
|
"@certd/plugin-util",
|
||||||
|
"@certd/plugin-center",
|
||||||
],
|
],
|
||||||
output: {
|
output: {
|
||||||
globals: {
|
globals: {
|
||||||
@@ -50,6 +51,7 @@ export default defineConfig({
|
|||||||
"@certd/plugin-host": "CertdPluginHost",
|
"@certd/plugin-host": "CertdPluginHost",
|
||||||
"@certd/plugin-huawei": "CertdPluginHuawei",
|
"@certd/plugin-huawei": "CertdPluginHuawei",
|
||||||
"@certd/plugin-util": "CertdPluginUtil",
|
"@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-huawei": "^1.20.5",
|
||||||
"@certd/plugin-tencent": "^1.20.5",
|
"@certd/plugin-tencent": "^1.20.5",
|
||||||
"@certd/plugin-util": "^1.20.5",
|
"@certd/plugin-util": "^1.20.5",
|
||||||
|
"@certd/plugin-center": "^1.20.5",
|
||||||
"@koa/cors": "^3.4.3",
|
"@koa/cors": "^3.4.3",
|
||||||
"@midwayjs/bootstrap": "^3.15.0",
|
"@midwayjs/bootstrap": "^3.15.0",
|
||||||
"@midwayjs/cache": "^3.14.0",
|
"@midwayjs/cache": "^3.14.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user