Florian Schroedl ce39804f1f feat: add configurable base port to dev-all
`bb dev-all 4000` starts all servers offset from base port:
  - Replicant: base+1 (4001)
  - Squint:    base+2 (4002)
  - Hiccup:    base+3 (4003)

Default base port remains 3000.

Individual tasks also accept PORT env var:
  PORT=4003 bb dev-hiccup

For replicant, shadow-cljs.edn is rewritten with the target port
before launching since shadow-cljs has no CLI port override.
2026-03-05 09:37:00 +01:00
2026-03-03 11:02:08 +01:00
2026-03-03 11:02:08 +01:00
2026-03-03 11:02:08 +01:00
Description
No description provided
629 KiB
Languages
Clojure 72.9%
CSS 18.7%
JavaScript 6.4%
HTML 2%