diff options
Diffstat (limited to 'justfile')
-rw-r--r-- | justfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/justfile b/justfile index d5082cb..85cc4c9 100644 --- a/justfile +++ b/justfile @@ -22,3 +22,6 @@ precommit: dev: watchexec wgo run -exit ./serve/ --live --config-file config.toml + +reindex: + wgo run -exit ./import/ --replace --config-file config.toml |