all repos — searchix @ 40d106a50be7fa87739e82c87c161db8e6a69b12

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

feat: split storage import and indexing

Alan Pearce
commit

40d106a50be7fa87739e82c87c161db8e6a69b12

parent

517f219f3b249a26890f881569f9eac34ba7363d

1 file changed, 4 insertions(+), 1 deletion(-)

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