about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--justfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/justfile b/justfile
index 18c0acf..8883577 100644
--- a/justfile
+++ b/justfile
@@ -21,10 +21,10 @@ precommit:
 	nix-build -A pre-commit-check
 
 dev:
-	watchexec -e go -r wgo run -exit ./serve/ --live --config-file config.toml
+	watchexec -e go -r wgo run -exit ./serve/ --live --config config.toml
 
 index:
-	wgo run -exit ./import/ --config-file config.toml
+	wgo run -exit ./import/ --config config.toml
 
 reindex:
-	wgo run -exit ./import/ --config-file config.toml --replace
+	wgo run -exit ./import/ --config config.toml --replace