|
|
|
|
|
by sureglymop
747 days ago
|
|
I use the "live reload with other tools" as it is described in the templ docs [0]. Basically, templ will start a live reload server in "proxy mode". Other tools can then request a reload by notifying the proxy. I started with the makefile described in the docs. But I also have tailwind in watch mode, esbuild builds and more. [0]: https://templ.guide/commands-and-tools/live-reload-with-othe... |
|