all repos — searchix @ 649ca6930f247b7a14ac437182e3bfce6ea172e5

Search engine for NixOS, nix-darwin, home-manager and NUR users

chore: add fetch command to justfile

Alan Pearce
commit

649ca6930f247b7a14ac437182e3bfce6ea172e5

parent

702a8aacb9acd37cffef6b7f415deb72954a6f49

1 file changed, 3 insertions(+), 0 deletions(-)

changed files
M justfilejustfile
@@ -67,5 +67,8 @@
dev: modd +fetch *flags: + wgo run --exit ./cmd/searchix-web --config config.toml --fetch --dev {{ flags }} + reindex *flags: wgo run --exit ./cmd/searchix-web --config config.toml --replace --dev {{ flags }}