about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--justfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/justfile b/justfile
index da0122f..18c0acf 100644
--- a/justfile
+++ b/justfile
@@ -23,5 +23,8 @@ precommit:
 dev:
 	watchexec -e go -r wgo run -exit ./serve/ --live --config-file config.toml
 
+index:
+	wgo run -exit ./import/ --config-file config.toml
+
 reindex:
-	wgo run -exit ./import/ --replace --config-file config.toml
+	wgo run -exit ./import/ --config-file config.toml --replace