pi-rfid-jukebox/nodemon.json
Annika Backstrom a6a9050afc Fix Vagrant dev environment
Adding the `-L` flag to nodemon, else it doesn't see our changes.
2019-12-14 18:59:32 -05:00

11 lines
148 B
JSON

{
"ext": "js mustache css",
"watch": [
"player.js"
, "jukebox"
, "templates"
, "bin/tag-reader-dummy"
, "config.json"
]
}