30 lines
626 B
TOML
30 lines
626 B
TOML
#:schema https://json.schemastore.org/any.json
|
|
|
|
root = "."
|
|
tmp_dir = "tmp"
|
|
|
|
[build]
|
|
cmd = "go run github.com/a-h/templ/cmd/templ@v0.3.1020 generate && go build -o ./tmp/gl ./cmd/gl && go build -o ./tmp/dashboard ./cmd/dashboard"
|
|
entrypoint = ["bash", "./scripts/air-run.sh"]
|
|
include_ext = ["go", "templ", "toml"]
|
|
exclude_dir = ["tmp", "vendor", ".git"]
|
|
exclude_regex = ["_test\\.go$", "_templ\\.go$"]
|
|
exclude_unchanged = true
|
|
delay = 300
|
|
stop_on_error = true
|
|
send_interrupt = true
|
|
kill_delay = 1000
|
|
|
|
[log]
|
|
time = true
|
|
|
|
[misc]
|
|
clean_on_exit = true
|
|
|
|
[screen]
|
|
clear_on_rebuild = false
|
|
keep_scroll = true
|
|
|
|
[proxy]
|
|
enabled = false
|