TOML · 422 bytes Raw Blame History
1 root = "."
2 tmp_dir = "tmp"
3
4 [build]
5 cmd = "go build -o ./tmp/shithubd ./cmd/shithubd"
6 bin = "./tmp/shithubd"
7 full_bin = "./tmp/shithubd web"
8 include_ext = ["go", "html", "tmpl", "css", "js"]
9 exclude_dir = ["bin", "tmp", "vendor", ".git", ".docs", ".refs", "node_modules", "internal/web/static/primer"]
10 delay = 200
11 send_interrupt = true
12 kill_delay = "1s"
13
14 [log]
15 time = true
16
17 [misc]
18 clean_on_exit = true