about summary refs log tree commit diff stats
path: root/justfile
diff options
context:
space:
mode:
authorAlan Pearce2024-05-03 00:10:23 +0200
committerAlan Pearce2024-05-03 00:13:51 +0200
commit8411fb4a3acebe46acaf7a2ff6c4e58018737d65 (patch)
tree17ea0df23a5b393c42f3e9fb003dc7ef1b27ecf0 /justfile
parent73603079e29bc89c54296a9e12b5a779cd84c023 (diff)
downloadsearchix-8411fb4a3acebe46acaf7a2ff6c4e58018737d65.tar.lz
searchix-8411fb4a3acebe46acaf7a2ff6c4e58018737d65.tar.zst
searchix-8411fb4a3acebe46acaf7a2ff6c4e58018737d65.zip
feat: watch and live reload in development
Diffstat (limited to 'justfile')
-rw-r--r--justfile2
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