Skip to content

Commit

Permalink
ignore watch fe
Browse files Browse the repository at this point in the history
  • Loading branch information
tructn committed May 18, 2024
1 parent e17744d commit 926614d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .air.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ args_bin = []
bin = "./tmp/main"
cmd = "go build -o ./tmp/main ./main.go"
delay = 1000
exclude_dir = ["assets", "tmp", "vendor", "testdata", "web"]
exclude_dir = ["assets", "tmp", "vendor", "testdata", "web", "frontend"]
exclude_file = []
exclude_regex = ["_test.go"]
exclude_unchanged = false
Expand All @@ -34,4 +34,4 @@ time = false
clean_on_exit = false

[screen]
clear_on_rebuild = false
clear_on_rebuild = false

0 comments on commit 926614d

Please sign in to comment.