create-arena-project
Version:
神奇代码岛<->VSCode,从这里开始,创建一个神岛代码项目的脚手架。
32 lines (31 loc) • 617 B
JSON
{
"ArenaPro": {
"npmPackage": "client",
"file": {
"typescript": {
"server": {
"entry": "src/App.js",
"development": true
},
"client": {
"entry": "src/clientApp.js",
"development": true
},
"developmentAll": null,
"jsUpdate": true
}
},
"map": {
"id": "",
"playHash": ""
},
"outputAndUpdate": [
{
"name": "bundle.js",
"serverEntry": "src/App.js",
"clientEntry": "src/clientApp.js",
"description": "地图项目入口文件"
}
]
}
}