make lan: a fresh distd always serving the .lan store on the LAN

Rebuilds, frees the port (stale servers from earlier sessions squat on
it), and restarts detached on 0.0.0.0:8787; the .lan/ store and its log
are long-lived and gitignored.
This commit is contained in:
agra
2026-06-12 19:57:03 +03:00
parent eef3d5c437
commit 963a21596a
2 changed files with 18 additions and 1 deletions

3
.gitignore vendored
View File

@@ -9,5 +9,8 @@ build/
# scratch store roots / fixtures created by tests (never /tmp)
.sx-tmp/
# the long-running LAN demo store served by `make lan`
.lan/
# sx compiler caches (object cache for #import c units etc.)
.sx-cache/