root = "." tmp_dir = "tmp" [build] # Rebuild the self-host binary. Embedded assets (index.html, app.js, # example-bom.csv, schema.sql) are picked up because they're in include_ext. cmd = "go build -o ./tmp/spread ." bin = "./tmp/spread" include_ext = ["go", "html", "js", "css", "sql", "csv"] exclude_dir = ["tmp", ".pgdata", ".pgsock", "api", ".git"] exclude_regex = ["_test\\.go"] delay = 300 stop_on_error = true send_interrupt = true kill_delay = "2s" [log] time = true [misc] clean_on_exit = true