shop.tonybtw.com

shop.tonybtw.com

https://git.tonybtw.com/shop.tonybtw.com.git git://git.tonybtw.com/shop.tonybtw.com.git
663 bytes raw
1
root = "."
2
tmp_dir = "tmp"
3
4
[build]
5
  bin = "./tmp/shop"
6
  cmd = "templ generate && go build -o ./tmp/shop ./cmd/server"
7
  delay = 1000
8
  exclude_dir = ["public", "tmp", ".pgdata", ".git"]
9
  exclude_file = []
10
  exclude_regex = ["_test.go", "_templ.go"]
11
  exclude_unchanged = false
12
  follow_symlink = false
13
  full_bin = "./tmp/shop"
14
  include_dir = []
15
  include_ext = ["go", "templ"]
16
  kill_delay = "0s"
17
  log = "build-errors.log"
18
  send_interrupt = false
19
  stop_on_error = true
20
21
[color]
22
  app = ""
23
  build = "yellow"
24
  main = "magenta"
25
  runner = "green"
26
  watcher = "cyan"
27
28
[log]
29
  time = false
30
31
[misc]
32
  clean_on_exit = true
33
34
[screen]
35
  clear_on_rebuild = true