mirror of
https://github.com/certd/certd.git
synced 2026-04-14 20:40:53 +08:00
chore:
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user