-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdao3.config.json
More file actions
31 lines (31 loc) · 842 Bytes
/
dao3.config.json
File metadata and controls
31 lines (31 loc) · 842 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"ArenaPro": {
"file": {
"typescript": {
"server": {
"entry": "src/App.ts",
"development": true
},
"client": {
"entry": "src/clientApp.ts",
"development": true,
"uiIndexPrefix": ""
},
"developmentAll": null,
"jsUpdate": true
}
},
"map": {
"id": "100535347",
"playHash": "e4206759cb5c7d7d9e2b"
},
"outputAndUpdate": [
{
"name": "bundle.js",
"serverEntry": "src/App.ts",
"clientEntry": "src/clientApp.ts",
"description": "地图项目入口文件"
}
]
}
}