Closed HTechHQ closed 1 year ago
When running the app:
BuildAndRunApp
: a program that ignores sigtermarrower run
=> signal and stop the app first, before terminating arrowerlog.Println
is not showing when the developer's app is started with arrower run
build & run failed: could not build app binary: <nil>
=> can it show a more detailed and helpful compiler message, with the file and line number of what is wrong?Hot reload is working smoothly so far. Bugs and improvements will go into their own issues.
Some closing thoughts, for future reference:
Possibly the life reload needs to take care of the following steps as well:
As a developer, I want to have hot reloading of my project so I see changes to my website immediately with the convenience other ecosystems (js) are offering.
*.go
files*.config
and*.yaml
files