mirror of
https://github.com/steedos/steedos-platform
synced 2024-11-22 17:06:42 +00:00
4107b48947
This reverts commit ce3d9b8e18
.
13 lines
223 B
JSON
13 lines
223 B
JSON
{
|
|
"restartable": "rs",
|
|
"ignore": [
|
|
".git",
|
|
"node_modules/**/node_modules"
|
|
],
|
|
"verbose": true,
|
|
"env": {
|
|
"NODE_ENV": "development"
|
|
},
|
|
"ext": "js,json,yml",
|
|
"delay": "3000"
|
|
} |