tvbox_config/nodejs/nodemon.json
liushiquan 36ab603d34 init
2024-06-01 22:41:46 +08:00

13 lines
222 B
JSON

{
"restartable": "rs",
"ignore": [".git", "node_modules/", "dist/"],
"watch": ["src/"],
"execMap": {
"js": "node"
},
"env": {
"NODE_ENV": "development"
},
"ext": "js,json"
}