this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 33 lines 603 B view raw
1root = "." 2tmp_dir = "tmp" 3 4[build] 5 bin = "./tmp/main" 6 cmd = "go build -tags dev -o ./tmp/main ./" 7 8 delay = 20 9 exclude_dir = ["assets", "tmp", "vendor"] 10 exclude_file = [] 11 exclude_regex = [".*_templ.go"] 12 exclude_unchanged = false 13 follow_symlink = false 14 full_bin = "" 15 include_dir = [] 16 include_ext = ["go", "tpl", "tmpl", "templ", "html"] 17 kill_delay = "0s" 18 log = "build-errors.log" 19 send_interrupt = false 20 stop_on_error = true 21 22[color] 23 app = "" 24 build = "yellow" 25 main = "magenta" 26 runner = "green" 27 watcher = "cyan" 28 29[log] 30 time = false 31 32[misc] 33 clean_on_exit = false