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.
jh/default-target-config
Matheus Macabu 7 days ago committed by GitHub
parent 7344c1c555
commit e33a4b147b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      .air.toml

@ -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

Loading…
Cancel
Save