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 87bc5ca..1295f29 100644 --- a/justfile +++ b/justfile @@ -25,3 +25,6 @@ dev: reindex: wgo run --exit . --config config.toml --replace + +update: + wgo run --exit . --config config.toml --update |