You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use kill -9 and pkill to terminate onboard process tree
The onboard command spawns multiple child processes (pnpm, node, server)
that survive a regular kill. Now uses kill -9 on the parent PID and
pkill -9 to catch any remaining node processes.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments