mm_os
Version:
这是超级美眉服务端框架,用于快速构建应用程序。
32 lines (31 loc) • 454 B
JSON
{
"restartable": "rs",
"ignore": [
".git",
".svn",
"cache",
"log",
"node_modules/**/node_modules",
"**/cache/**",
"game/data",
"**/conf.json",
"*/static/*/*.json",
"*/static/*.js"
],
"verbose": true,
"execMap": {
"": "node",
"js": "node --harmony"
},
"watch": [
"demo",
"lib",
"core",
"test"
],
"env": {
"NODE_ENV": "development"
},
"ext": "js ts json",
"legacy-watch": false
}