2024-09-11 19:06:44 +08:00
|
|
|
{
|
|
|
|
"restartable": "rs",
|
|
|
|
"ignore": [
|
|
|
|
".git",
|
|
|
|
"node_modules/**/node_modules"
|
|
|
|
],
|
|
|
|
"verbose": true,
|
|
|
|
"exec": "node server.js",
|
|
|
|
"watch": [
|
|
|
|
"./"
|
|
|
|
],
|
|
|
|
"env": {
|
2024-09-25 20:15:42 +08:00
|
|
|
"NODE_ENV": "development"
|
2024-09-11 19:06:44 +08:00
|
|
|
},
|
|
|
|
"ext": "js,json"
|
|
|
|
}
|