mirror of https://github.com/grafana/grafana.git
Air: Keep binary after exiting (#109103)
This commit is contained in:
parent
6dc0dedc97
commit
3e66819bac
|
|
@ -7,7 +7,7 @@ exclude_unchanged = true
|
||||||
follow_symlink = true
|
follow_symlink = true
|
||||||
include_dir = ["apps", "conf", "devenv/dev-dashboards", "pkg", "public/views"]
|
include_dir = ["apps", "conf", "devenv/dev-dashboards", "pkg", "public/views"]
|
||||||
include_ext = ["go", "ini", "toml", "html", "json"]
|
include_ext = ["go", "ini", "toml", "html", "json"]
|
||||||
stop_on_error = true
|
stop_on_error = false
|
||||||
send_interrupt = true
|
send_interrupt = true
|
||||||
kill_delay = 500
|
kill_delay = 500
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue