mirror of
https://github.com/certd/certd.git
synced 2026-05-17 13:57:31 +08:00
feat: 升级midway,支持esm
This commit is contained in:
+2
-2
@@ -5,8 +5,8 @@ import {
|
||||
IsDnsProvider,
|
||||
RemoveRecordOptions,
|
||||
} from '@certd/plugin-cert';
|
||||
import _ from 'lodash';
|
||||
import { DnspodAccess } from '../access';
|
||||
import * as _ from 'lodash-es';
|
||||
import { DnspodAccess } from '../access/index.js';
|
||||
|
||||
@IsDnsProvider({
|
||||
name: 'dnspod',
|
||||
|
||||
Reference in New Issue
Block a user