mirror of
https://github.com/aljazceru/njump.git
synced 2026-02-11 00:54:29 +01:00
Make air compatible with templ
This commit is contained in:
@@ -9,12 +9,12 @@ tmp_dir = "tmp"
|
||||
delay = 0
|
||||
exclude_dir = ["tmp", "vendor", "testdata", "node_modules"]
|
||||
exclude_file = []
|
||||
exclude_regex = ["_test.go"]
|
||||
exclude_regex = ["_templ.go"]
|
||||
exclude_unchanged = false
|
||||
follow_symlink = false
|
||||
full_bin = ""
|
||||
include_dir = []
|
||||
include_ext = ["go", "tpl", "tmpl", "html", "scss", "js", "xml", "png"]
|
||||
include_ext = ["go", "templ", "scss", "js", "xml", "png"]
|
||||
include_file = []
|
||||
kill_delay = "0s"
|
||||
log = "build-errors.log"
|
||||
|
||||
Reference in New Issue
Block a user