mirror of
https://github.com/anotherhadi/iknowyou.git
synced 2026-04-12 00:47:26 +02:00
25 lines
421 B
TOML
25 lines
421 B
TOML
root = "."
|
|
testdata_dir = "testdata"
|
|
tmp_dir = "tmp"
|
|
|
|
[build]
|
|
bin = "./tmp/main"
|
|
cmd = "go build -o ./tmp/main ./cmd/server/main.go"
|
|
include_ext = ["go", "toml"]
|
|
exclude_dir = ["tmp", "vendor", "node_modules"]
|
|
delay = 1000
|
|
stop_on_error = true
|
|
clean_on_exit = true
|
|
|
|
[log]
|
|
time = true
|
|
|
|
[color]
|
|
main = "magenta"
|
|
watcher = "cyan"
|
|
build = "yellow"
|
|
runner = "green"
|
|
|
|
[screen]
|
|
clear_on_rebuild = true
|