mirror of
https://github.com/certd/certd.git
synced 2025-11-25 09:10:11 +08:00
perf: 小优化
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import _ from 'lodash'
|
||||
import _ from 'lodash-es'
|
||||
import optionsPrivate from './options.private.js'
|
||||
const defaultOptions = {
|
||||
args: {
|
||||
forceCert: false, // 强制更新证书
|
||||
skipCert: false, // 是否跳过证书申请环节
|
||||
forceDeploy: true,
|
||||
test: true
|
||||
test: false
|
||||
},
|
||||
accessProviders: {
|
||||
aliyun: {
|
||||
|
||||
Reference in New Issue
Block a user