spread

https://git.tonybtw.com/spread.git git://git.tonybtw.com/spread.git
531 bytes raw
1
root = "."
2
tmp_dir = "tmp"
3
4
[build]
5
  # Rebuild the self-host binary. Embedded assets (index.html, app.js,
6
  # example-bom.csv, schema.sql) are picked up because they're in include_ext.
7
  cmd = "go build -o ./tmp/spread ."
8
  bin = "./tmp/spread"
9
  include_ext = ["go", "html", "js", "css", "sql", "csv"]
10
  exclude_dir = ["tmp", ".pgdata", ".pgsock", "api", ".git"]
11
  exclude_regex = ["_test\\.go"]
12
  delay = 300
13
  stop_on_error = true
14
  send_interrupt = true
15
  kill_delay = "2s"
16
17
[log]
18
  time = true
19
20
[misc]
21
  clean_on_exit = true