From 26df774ca35d68ba7a937c0f77a8ddf59ce68b81 Mon Sep 17 00:00:00 2001 From: Imbus Date: Mon, 11 Dec 2023 14:59:11 +0100 Subject: [PATCH] Watchexec targets modified in justfile --- Justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Justfile b/Justfile index 675b9de..6ed91e0 100644 --- a/Justfile +++ b/Justfile @@ -11,7 +11,7 @@ clean: fd -td -I build -x rm -r watch: - watchexec -c -w app/src "just test && just run" + watchexec -r -c -w app/src "just test && just run" watchdoc: - watchexec -c -w app/src "just doc" + watchexec -r -c -w app/src "just doc"