pi-rfid-jukebox/nodemon.json

11 lines
148 B
JSON
Raw Normal View History

2017-04-09 13:41:08 +00:00
{
"ext": "js mustache css",
"watch": [
"player.js"
, "jukebox"
, "templates"
, "bin/tag-reader-dummy"
, "config.json"
2017-04-09 13:41:08 +00:00
]
}