diff options
-rw-r--r-- | justfile | 5 |
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 |