heating-monitor/.air.bot.toml

9 lines
132 B
TOML
Raw Normal View History

2024-11-28 22:53:45 +01:00
root = "."
tmp_dir = "tmp"
2024-11-28 22:53:45 +01:00
[build]
cmd = "go build -o ./tmp/main_bot ./cmd/bot/main.go"
bin = "./tmp/main_bot"
2024-11-28 22:53:45 +01:00
delay = 1000