Skip to content

Commit

Permalink
Remove unneeded config
Browse files Browse the repository at this point in the history
Signed-off-by: Jo Vandeginste <[email protected]>
  • Loading branch information
jovandeginste committed Feb 21, 2024
1 parent b4d1051 commit 4f3e8ce
Showing 1 changed file with 2 additions and 32 deletions.
34 changes: 2 additions & 32 deletions .air.toml
Original file line number Diff line number Diff line change
@@ -1,44 +1,14 @@
root = "."
testdata_dir = "testdata"
tmp_dir = "tmp"

[build]
args_bin = []
bin = "./tmp/main"
cmd = "make build-tw build-server"
cmd = "make build-server"
delay = 1000
exclude_dir = ["testdata", "tmp", "vendor"]
exclude_file = ["assets/output.css"]
exclude_regex = ["_test.go"]
exclude_unchanged = false
follow_symlink = false
full_bin = ""
include_dir = []
include_ext = ["css", "go", "html", "js", "tmpl", "tpl"]
include_file = []
kill_delay = "10s"
log = "build-errors.log"
poll = false
poll_interval = 0
rerun = false
rerun_delay = 500
send_interrupt = false
pre_cmd = ["make build-tw"]
stop_on_error = false

[color]
app = ""
build = "yellow"
main = "magenta"
runner = "green"
watcher = "cyan"

[log]
main_only = false
time = false

[misc]
clean_on_exit = false

[screen]
clear_on_rebuild = false
keep_scroll = true

0 comments on commit 4f3e8ce

Please sign in to comment.