UNPKG

create-arena-project

Version:

神奇代码岛<->VSCode,从这里开始,创建一个神岛代码项目的脚手架。

32 lines (31 loc) 617 B
{ "ArenaPro": { "npmPackage": "client", "file": { "typescript": { "server": { "entry": "src/App.ts", "development": true }, "client": { "entry": "src/clientApp.ts", "development": true }, "developmentAll": null, "jsUpdate": true } }, "map": { "id": "", "playHash": "" }, "outputAndUpdate": [ { "name": "bundle.js", "serverEntry": "src/App.ts", "clientEntry": "src/clientApp.ts", "description": "地图项目入口文件" } ] } }