~bigbes/lethe

ref: a4e6ca5c5d5520261f0646c934559cb7914eaca6 lethe/.air.toml -rw-r--r-- 385 bytes
a4e6ca5c — Eugene Blikh auth: fix OIDCVerifier injection wiring + OIDCDevStub root attachment a month 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