I must be doing something stupid because I can't get air to build my files correctly.
in .air.toml I have:
cmd = "go build -o ./tmp/main ./cmd/*.go"
but when I launch air, it outputs:
no Go files in /home/ktz/git/poe-inv
failed to build, error: exit status 1
/home/ktz/git/poe-inv being my project root.
My go files atm are cmd/main.go and cmd/utils.go