-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hot reload runner #4
Comments
Hi! Thanks for the suggestion! But it seems that wouldn't fit the use case I'm facing here because I need to react differently if different files are changed (recompile when go files change, re-run templ generate when templ file change).
So it can benefit from both wgo's live reload capabilities and templ's proxy. I appreciate the suggestion though! |
Yes I know its all alpha and chasing fast but I think its a really good base, and wanted to help out. no worries - I figured Runner might be useful but guess not. I use it to run many processes. It has supervisions trees, so pretty slick. |
I was trying this out and saw that you were trying to optimise hit reload
https://github.com/cirello-io/runner might be better for controlling the processes. It's pretty amazing what it can do with running many processes and watching for file changes.
works on windows, Mac and linux too.
The text was updated successfully, but these errors were encountered: