Skip to content

Commit 38ff846

Browse files
committed
fix: 升级内部默认配置
1 parent b6cdcf5 commit 38ff846

File tree

4 files changed

+1101
-490
lines changed

4 files changed

+1101
-490
lines changed

packages/cli/src/user_config.json5

Lines changed: 27 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,43 @@
1+
// CLI入口配置文件
12
{
2-
"app": {
3-
"autoStart": {
4-
"enabled": true
3+
app: {
4+
autoStart: {
5+
enabled: true,
56
},
6-
"mode": "default"
7+
mode: "default",
78
},
8-
"plugin": {
9-
"node": {
10-
"setting": {
11-
"yarnRegistry": "null"
12-
}
9+
plugin: {
10+
node: {
11+
setting: {
12+
yarnRegistry: "null",
13+
},
1314
},
14-
"git": {
15-
"enabled": true
15+
git: {
16+
enabled: true,
1617
},
17-
"overwall": {
18-
"enabled": false,
19-
"targets": {
18+
overwall: {
19+
enabled: false,
20+
targets: {
2021
"*gagedigital.com": true,
2122
"*yonsz.net": true,
2223
"*bootstrapcdn.com": true,
2324
"*cloudflare.com": true,
24-
"help.yonsz.net": true
25-
}
26-
}
25+
"help.yonsz.net": true,
26+
},
27+
},
2728
},
28-
"server": {
29-
"intercepts": {
29+
server: {
30+
intercepts: {
3031
"dev-sidecar.docmirror.cn": {
3132
".*": {
32-
"proxy": "dev-sidecar-preview.docmirror.cn"
33-
}
33+
proxy: "dev-sidecar-preview.docmirror.cn",
34+
},
3435
},
3536
"test1111.gagedigital.com": {
3637
".*": {
37-
"proxy": "test1.gagedigital.com"
38-
}
39-
}
40-
}
41-
}
38+
proxy: "test1.gagedigital.com",
39+
},
40+
},
41+
},
42+
},
4243
}

0 commit comments

Comments
 (0)