mirror of
https://github.com/kemko/memes-telegram-integration.git
synced 2026-01-01 15:55:41 +03:00
17 lines
346 B
TOML
17 lines
346 B
TOML
root = "."
|
|
tmp_dir = ".air"
|
|
|
|
[build]
|
|
bin = "./.air/memogram"
|
|
cmd = "go build -o ./.air/memogram ./bin/memogram/main.go"
|
|
delay = 1000
|
|
exclude_dir = [".air", "build"]
|
|
include_ext = ["go", "mod", "sum"]
|
|
exclude_file = []
|
|
exclude_regex = []
|
|
exclude_unchanged = true
|
|
follow_symlink = false
|
|
send_interrupt = true
|
|
kill_delay = 2000
|
|
stop_on_error = true
|