chore: lego改成从github直接下载

This commit is contained in:
xiaojunnuo
2024-11-04 16:39:02 +08:00
parent 1274f56da8
commit 1b46278f86
54 changed files with 162 additions and 110 deletions
+1 -1
View File
@@ -1 +1 @@
export { isDev } from '@certd/pipeline';
export { isDev } from '@certd/basic';
+1 -1
View File
@@ -1,4 +1,4 @@
import { utils } from '@certd/pipeline';
import { utils } from '@certd/basic';
export async function request(config: any): Promise<any> {
try {
@@ -1,4 +1,4 @@
import { logger } from '@certd/pipeline';
import { logger } from '@certd/basic';
import fs from 'fs';
export async function getVersion() {