mirror of
https://github.com/kemko/memes-telegram-integration.git
synced 2026-01-01 15:55:41 +03:00
feat: implement memogram
This commit is contained in:
16
scripts/.air.toml
Normal file
16
scripts/.air.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
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
|
||||
Reference in New Issue
Block a user