air-verse / air

☁️ Live reload for Go apps
GNU General Public License v3.0
16.53k stars 779 forks source link

Add support for polling for file changes #409

Closed svanharmelen closed 1 year ago

svanharmelen commented 1 year ago

I thought about just copying the files and adding a notice in the header of each copied file, but in the end decided to just use the modules instead. Let me know if you prefer otherwise...

And of course let me know what you think of this PR 😉 It fixes #360 and is needed for our own dev setup, so I hope this can be merged so we can keep using the upstream code instead of our fork.

Thanks!

cosmtrek commented 1 year ago

Thanks a lot~