web: rent the port from the manager #12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "lease-lane"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
web: rent the port from the manager
sidecar 0.5.2 leases the app port at every start (port = 0 in the
manifest), injects it as SIDECAR_PORT, and resolves the {port} template
of health_url. vite consumes the env var and binds 127.0.0.1 strict,
5173 only as the hand-run fallback; the playwright wrapper stops reading
the manifest and discovers the live address from
sidecar status --format json. No fixed port, no loopback squatting, nothing tocollide with - the 5173 question dissolves.
Co-Authored-By: Claude Fable 5 noreply@anthropic.com
sidecar 0.5.2 leases the app port at every start (port = 0 in the manifest), injects it as SIDECAR_PORT, and resolves the {port} template of health_url. vite consumes the env var and binds 127.0.0.1 strict, 5173 only as the hand-run fallback; the playwright wrapper stops reading the manifest and discovers the live address from `sidecar status --format json`. No fixed port, no loopback squatting, nothing to collide with - the 5173 question dissolves. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>