mirror of
https://github.com/certd/certd.git
synced 2026-05-17 13:57:31 +08:00
chore: lego改成从github直接下载
This commit is contained in:
@@ -6,9 +6,11 @@ import { HistoryEntity } from '../entity/history.js';
|
||||
import { PipelineEntity } from '../entity/pipeline.js';
|
||||
import { HistoryDetail } from '../entity/vo/history-detail.js';
|
||||
import { HistoryLogService } from './history-log-service.js';
|
||||
import { FileItem, FileStore, logger, Pipeline, RunnableCollection } from '@certd/pipeline';
|
||||
import { FileItem, FileStore, Pipeline, RunnableCollection } from '@certd/pipeline';
|
||||
|
||||
import dayjs from 'dayjs';
|
||||
import { DbAdapter } from '../../db/index.js';
|
||||
import { logger } from '@certd/basic';
|
||||
|
||||
/**
|
||||
* 证书申请
|
||||
|
||||
Reference in New Issue
Block a user