diff --git a/nodemon.json b/nodemon.json new file mode 100644 index 0000000..e6f0485 --- /dev/null +++ b/nodemon.json @@ -0,0 +1,8 @@ +{ + "ext": "js mustache css", + "watch": [ + "player.js", + "source", + "jukebox" + ] +}