diff --git a/watch.json b/watch.json new file mode 100644 index 0000000..a5eb4da --- /dev/null +++ b/watch.json @@ -0,0 +1,20 @@ +{ + "install": { + "include": [ + "^package\\.json$", + "^\\.env$" + ] + }, + "restart": { + "exclude": [ + "^public/", + "^dist/" + ], + "include": [ + "\\.js$", + "\\.coffee$", + "\\.json" + ] + }, + "throttle": 100 +}