Первый прототип с основными возможностями
This commit is contained in:
18
.air.toml
Normal file
18
.air.toml
Normal file
@@ -0,0 +1,18 @@
|
||||
root = "."
|
||||
tmp_dir = ".air"
|
||||
|
||||
[build]
|
||||
pre_cmd = ["killall -9 muninn 2>/dev/null || true"] # kill off potential zombie processes from previous runs
|
||||
cmd = "make --no-print-directory build"
|
||||
bin = "muninn"
|
||||
delay = 2000
|
||||
include_ext = ["go"]
|
||||
include_file = ["main.go"]
|
||||
include_dir = []
|
||||
exclude_dir = [
|
||||
]
|
||||
exclude_regex = ["_test.go$", "_gen.go$"]
|
||||
stop_on_error = true
|
||||
|
||||
[log]
|
||||
main_only = true
|
||||
Reference in New Issue
Block a user