diff options
Diffstat (limited to 'justfile')
-rw-r--r-- | justfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile index d78325f..45a5f11 100644 --- a/justfile +++ b/justfile @@ -16,4 +16,4 @@ precommit: nix-build -A pre-commit-check dev: - wgo run ./serve/ + wgo run ./serve/ --live |