UNPKG
zellous
Version:
latest (2.0.1)
2.0.1
2.0.0
Real-time collaboration and communication library with PTT, rooms, and file sharing
zellous
/
nodemon.json
7 lines
(6 loc)
•
103 B
JSON
View Raw
1
2
3
4
5
6
7
{
"watch"
:
[
"server.js"
]
,
"ext"
:
"js"
,
"ignore"
:
[
"node_modules/"
]
,
"exec"
:
"node server.js"
}