Skip to content

Free Vite/SSR ports and clear stale pidfile in conductor run script#7

Merged
CasJam merged 1 commit into
mainfrom
bc/create-pr-v1
May 21, 2026
Merged

Free Vite/SSR ports and clear stale pidfile in conductor run script#7
CasJam merged 1 commit into
mainfrom
bc/create-pr-v1

Conversation

@CasJam
Copy link
Copy Markdown
Contributor

@CasJam CasJam commented May 21, 2026

Summary

  • Updates the run script in conductor.json to also free ports 3036 (Vite) and 13714 (SSR) in addition to 3000, and to remove a stale tmp/pids/server.pid before booting bin/dev. Previously, only port 3000 was killed, so a leftover Vite/SSR process or pidfile from a prior workspace run would block bin/dev from starting cleanly.

Test plan

  • Start the workspace, confirm bin/dev boots even with stale Vite/SSR processes or a leftover server.pid.

🤖 Generated with Claude Code

Why: starting bin/dev would frequently fail because port 3036 (Vite) or
13714 (SSR) was still bound from a previous run, or because a stale
tmp/pids/server.pid blocked Rails from booting. Killing only :3000 left
those failure modes intact.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@CasJam CasJam merged commit f2a365a into main May 21, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant