~bigbes/lethe

ref: 12df3f43091141353457bf5058e9524e6d7a910c lethe/.air.toml -rw-r--r-- 385 bytes
12df3f43 — Eugene Blikh web: adapter — add Session.sessionId, SavedSearch DTO; fix composite-id call sites 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