all repos — searchix @ 6b40e0c0fa90f11be14a93f1d6275779fd645cac

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

refactor: combine import and web server into one binary

Alan Pearce
commit

6b40e0c0fa90f11be14a93f1d6275779fd645cac

parent

2722f24af87f437ed9fcb8cc743ad1784141fd3a

1 file changed, 2 insertions(+), 5 deletions(-)

changed files
M justfilejustfile
@@ -21,10 +21,7 @@ precommit:
nix-build -A pre-commit-check dev: - watchexec -e go -r wgo run -exit ./serve/ --live --config config.toml - -index: - wgo run -exit ./import/ --config config.toml + watchexec -e go -r wgo run -exit ./ --live --config config.toml reindex: - wgo run -exit ./import/ --config config.toml --replace + wgo run -exit . --config config.toml --replace