Air: Stop running make gen-go (#108001)

Experimenting removing the `make gen-go` step on every rebuild, which speeds up the reload loop, since the wire files are now committed.
This commit is contained in:
Matheus Macabu
2025-07-13 13:42:38 +01:00
committed by GitHub
parent 7344c1c555
commit e33a4b147b
-1
View File
@@ -7,7 +7,6 @@ exclude_unchanged = true
follow_symlink = true
include_dir = ["apps", "conf", "devenv/dev-dashboards", "pkg", "public/views"]
include_ext = ["go", "ini", "toml", "html", "json"]
pre_cmd = ["make gen-go"]
stop_on_error = true
send_interrupt = true
kill_delay = 500