From 7adf76df16892703bc8888bab75b3acf59e6c870 Mon Sep 17 00:00:00 2001 From: eparitzi <131414928+eparitzi@users.noreply.github.com> Date: Thu, 20 Apr 2023 19:21:54 -0500 Subject: [PATCH] Create watch.json --- watch.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 watch.json diff --git a/watch.json b/watch.json new file mode 100644 index 00000000..a5eb4da0 --- /dev/null +++ b/watch.json @@ -0,0 +1,20 @@ +{ + "install": { + "include": [ + "^package\\.json$", + "^\\.env$" + ] + }, + "restart": { + "exclude": [ + "^public/", + "^dist/" + ], + "include": [ + "\\.js$", + "\\.coffee$", + "\\.json" + ] + }, + "throttle": 100 +}