root = "."
tmp_dir = "tmp"
[build]
cmd = "go build -o ./tmp/main_web ./cmd/web/main.go"
bin = "./tmp/main_web"
delay = 1000