rtc-voice-chat/Server/nodemon.json

5 lines
72 B
JSON

{
"watch": ["."],
"ext": "js,json",
"ignore": ["node_modules/*"]
}