16 lines
No EOL
208 B
JSON
16 lines
No EOL
208 B
JSON
|
|
{
|
|
"restartable": "rs",
|
|
"ignore": [
|
|
".git",
|
|
"node_modules/**/node_modules"
|
|
],
|
|
"verbose": true,
|
|
"watch": [
|
|
"server"
|
|
],
|
|
"env": {
|
|
"NODE_ENV": "development"
|
|
},
|
|
"ext": "js json"
|
|
} |