air icon indicating copy to clipboard operation
air copied to clipboard

☁️ Live reload for Go apps

Results 201 air issues
Sort by recently updated
recently updated
newest added

I tried the new live reload feature with an existing project. Instead of using the go templates I use https://templ.guide/ as HTML engine. When modifying a tmpl file the web...

fix: fixed `injectLiveReload()` `modified` return incorrectly being used by `proxyHandler()` resulting in blank pages when no injection happened. I.e. `proxyHandler()` was testing `modified` and reading from the resp.Body reader if...

I'm using the air package for live reloading my Go applications, and I consistently see the message: ``` Process Exit with Code 0 ``` after the process completes successfully. This...

feature-request

I have this basic config file. I changed the root dir to `cmd`, not sure if that's good practice to begin with but then I figured out, I also have...

Air seems to be available and working inside [Flox](https://flox.dev/docs/) today. So, I thought I'd add it to the installation methods.

I wanted to use air to notify templ proxy to reload but the "assets" folder was excluded in the config file, but since i was running the air via command...

So I have been trying to run htmx and have this project structure, this does work when all of these three files i.e main.go static_prod.go and static_dev.go is in root...

It looks like a new tag hasn't been added yet so when go grabs latest it is the old version and it errors out. Error message: ``` go: downloading github.com/air-verse/air...

At times, it is necessary or at least easier to set environment variables using a file. Add a function that augments the environment of the spawned process with the provided...

closes #589 ## Changes - Path fed to `--build.bin` is converted to an absolute path always as it is done [here](https://github.com/cosmtrek/air/blob/f6733207ad2d6e5e682448a72c67c7af37c6d7ed/runner/config.go#L329) ### Any breaking change No ### Is this change...