fix: disable send_interrupt option in .air.toml configuration

This commit is contained in:
Marco Pedone 2026-04-13 18:48:51 +02:00
parent 51ebe0be1f
commit 453183ce3b

View file

@ -24,7 +24,7 @@ tmp_dir = "tmp"
pre_cmd = []
rerun = false
rerun_delay = 500
send_interrupt = true
send_interrupt = false
stop_on_error = false
[color]