all repos — website @ eeba38e2eb407dd611929ebf66a6e23de3fda74e

My website

just: only restart dev server when .go files change
Alan Pearce alan@alanpearce.eu
Sun, 28 Apr 2024 19:50:01 +0200
commit

eeba38e2eb407dd611929ebf66a6e23de3fda74e

parent

44a3b3bbd1b8b7c11eed7cce9a07aa4c07cdb90e

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M justfilejustfile
@@ -43,7 +43,7 @@ trap "{ echo cleaning up $tmp; rm -rf \"$tmp\"; }" EXIT     go build -o $tmp ./cmd/dev ./cmd/build ./cmd/server
     "${tmp}/dev" --temp-dir "${tmp}"
 
-watch-dev: (watch-flake "watchexec -r just dev")
+watch-dev: (watch-flake "watchexec -r -e go just dev")
 
 docker-stream system=(arch() + "-linux"):
     @nix build --print-out-paths .#docker-stream-{{ system }} | sh