From d639ee68c1cccc8c75c505b32da93c3a76f80482 Mon Sep 17 00:00:00 2001 From: joncrangle <94425204+joncrangle@users.noreply.github.com> Date: Thu, 30 Nov 2023 22:06:52 -0500 Subject: [PATCH] Watch for changes in js --- .air.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.air.toml b/.air.toml index fa8d9aa..9b5b43c 100644 --- a/.air.toml +++ b/.air.toml @@ -14,7 +14,7 @@ tmp_dir = "tmp" follow_symlink = false full_bin = "RULESET=./ruleset.yaml ./tmp/main" include_dir = [] - include_ext = ["go", "tpl", "tmpl", "yaml", "html"] + include_ext = ["go", "tpl", "tmpl", "yaml", "html", "js"] include_file = [] kill_delay = "0s" log = "build-errors.log"