Files
MTranServer/deprecated/js/nodemon.json
2025-11-02 13:32:30 +08:00

13 lines
175 B
JSON

{
"restartable": "rs",
"ignore": [
".git",
"node_modules/**/node_modules",
"packages"
],
"verbose": true,
"watch": [
"js/"
],
"ext": "js,json"
}