From 3e66819baccbcbd4fcfb7d825f106d837c84c188 Mon Sep 17 00:00:00 2001 From: Matheus Macabu Date: Mon, 4 Aug 2025 09:58:54 +0200 Subject: [PATCH] Air: Keep binary after exiting (#109103) --- .air.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.air.toml b/.air.toml index 87083f809aa..dd0faa01f23 100644 --- a/.air.toml +++ b/.air.toml @@ -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