mirror of
https://github.com/certd/certd.git
synced 2026-05-16 21:27:34 +08:00
a3fb24993d
ssh、aliyun、tencent、qiniu、oss等 access和client需要转移import
5 lines
180 B
TypeScript
5 lines
180 B
TypeScript
export * from "./cert-plugin/index.js";
|
|
export * from "./cert-plugin/lego/index.js";
|
|
export * from "./cert-plugin/custom/index.js";
|
|
export * from "./cert-plugin/getter/aliyun.js";
|