You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of right now I see myself using the following Makefile
include .env
exporttempl:
templ generate --watch --proxy="http://localhost:8020" -v
server:
wgo run ./cmd
dev:
make -j2 templ server
so I'm able to have auto reload on changes by doing make dev, it would be ideal if this could be baked altogether with in a templ run command or something. It would also be ideal if there could be a flag to attach a delve debugger to it and debug from the editor.
I would be more than willing to help doing these changes with some directions
The text was updated successfully, but these errors were encountered:
As of right now I see myself using the following Makefile
so I'm able to have auto reload on changes by doing
make dev
, it would be ideal if this could be baked altogether with in atempl run
command or something. It would also be ideal if there could be a flag to attach a delve debugger to it and debug from the editor.I would be more than willing to help doing these changes with some directions
The text was updated successfully, but these errors were encountered: