From eeba38e2eb407dd611929ebf66a6e23de3fda74e Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 28 Apr 2024 19:50:01 +0200 Subject: just: only restart dev server when .go files change --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'justfile') diff --git a/justfile b/justfile index 74ee08f..9dc57b8 100755 --- a/justfile +++ b/justfile @@ -43,7 +43,7 @@ dev: 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 -- cgit 1.4.1