13 lines
198 B
TOML
13 lines
198 B
TOML
root = "."
|
|
tmp_dir = "tmp/dev"
|
|
|
|
[build]
|
|
cmd = "go build -o ./tmp/dev/bin/api ./cmd/api"
|
|
bin = "./tmp/dev/bin/api"
|
|
include_ext = ["go"]
|
|
exclude_dir = ["tmp", "vendor"]
|
|
delay = 250
|
|
|
|
[log]
|
|
time = true
|