~bigbes/lethe

ref: 26d77892c6cfd3215a6d55bdb6315ec2d2b2fb00 lethe/.air.toml -rw-r--r-- 385 bytes
26d77892 — Eugene Blikh web: align tool-call hide selector 30 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
root = "."
tmp_dir = "tmp"

[build]
  cmd = "go build -o ./tmp/lethe ./cmd/lethe"
  bin = "./tmp/lethe"
  args_bin = ["-config", "config.yaml"]
  include_ext = ["go", "yaml", "sql"]
  exclude_dir = ["tmp", "vendor", "data", "docs"]
  delay = 1000

[log]
  time = false

[color]
  main = "yellow"
  watcher = "cyan"
  build = "green"
  runner = "magenta"

[misc]
  clean_on_exit = true