feat: split storage import and indexing
1 file changed, 4 insertions(+), 1 deletion(-)
changed files
M justfile → justfile
@@ -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 }}