13 lines
208 B
JSON
13 lines
208 B
JSON
{
|
|
"watch": ["src"],
|
|
"ext": "js,json",
|
|
"ignore": [
|
|
"node_modules/**/node_modules",
|
|
"node_modules/",
|
|
".git"
|
|
],
|
|
"env": {
|
|
"NODE_ENV": "development"
|
|
},
|
|
"exec": "node ./src/index.js"
|
|
} |