This commit is contained in:
陆柯 2021-07-05 22:54:53 +08:00
parent 6168e3ed33
commit 6b2a39c673

View File

@ -6,7 +6,7 @@ const commander = require('commander')
const deepmerge = require('deepmerge')
// 默认参数
const wo = { global.wo = {
const wo = (global.wo = {
envi: {
deploy: {
fromDist: './dist',
@ -34,7 +34,7 @@ const wo = { global.wo = {
}
}
}
}}
})
// 读取配置文件
try {