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"