18 lines
285 B
JSON
18 lines
285 B
JSON
{
|
|
"restartable": "rs",
|
|
"ignore": [
|
|
".git",
|
|
"node_modules",
|
|
"build"
|
|
],
|
|
"verbose": true,
|
|
"exec": "node server.js",
|
|
"watch": [
|
|
"./"
|
|
],
|
|
"env": {
|
|
"NODE_ENV": "development"
|
|
},
|
|
"legacyWatch": true,
|
|
"ext": "js,json"
|
|
} |