10 lines
185 B
JSON
10 lines
185 B
JSON
{
|
|
"restartable": "rs",
|
|
"ignore": [".git", "node_modules/**/node_modules"],
|
|
"verbose": true,
|
|
"execMap": {
|
|
"js": "node --harmony"
|
|
},
|
|
"watch": ["./config", "./api"],
|
|
"ext": "js"
|
|
} |