mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
chore: lego改成从github直接下载
This commit is contained in:
@@ -1 +1 @@
|
||||
export { isDev } from '@certd/pipeline';
|
||||
export { isDev } from '@certd/basic';
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user