diff options
author | Alan Pearce | 2024-05-03 00:10:23 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-03 00:13:51 +0200 |
commit | 8411fb4a3acebe46acaf7a2ff6c4e58018737d65 (patch) | |
tree | 17ea0df23a5b393c42f3e9fb003dc7ef1b27ecf0 /justfile | |
parent | 73603079e29bc89c54296a9e12b5a779cd84c023 (diff) | |
download | searchix-8411fb4a3acebe46acaf7a2ff6c4e58018737d65.tar.lz searchix-8411fb4a3acebe46acaf7a2ff6c4e58018737d65.tar.zst searchix-8411fb4a3acebe46acaf7a2ff6c4e58018737d65.zip |
feat: watch and live reload in development
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 |