Air: Keep binary after exiting (#109103)

This commit is contained in:
Matheus Macabu 2025-08-04 09:58:54 +02:00 committed by GitHub
parent 6dc0dedc97
commit 3e66819bac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ exclude_unchanged = true
follow_symlink = true
include_dir = ["apps", "conf", "devenv/dev-dashboards", "pkg", "public/views"]
include_ext = ["go", "ini", "toml", "html", "json"]
stop_on_error = true
stop_on_error = false
send_interrupt = true
kill_delay = 500