refactor: combine import and web server into one binary
1 file changed, 2 insertions(+), 5 deletions(-)
changed files
M justfile → justfile
@@ -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