diff options
-rw-r--r-- | justfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile index c3b9130..700e255 100644 --- a/justfile +++ b/justfile @@ -57,4 +57,4 @@ precommit: nix-build -A pre-commit-check dev: prepare - wgo run ./serve/ --live + watchexec wgo run -exit ./serve/ --live |