Commit f2a365a
Free Vite and SSR ports and clear stale pidfile in conductor run script (#7)
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: Brian Casel <brian@briancasel.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent cebe9a9 commit f2a365a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
0 commit comments