mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-30 06:12:03 +00:00
On Windows, serverProcess.kill() doesn't reliably terminate Node.js child processes. This causes orphaned node processes to hold onto ports 3007/3008, preventing the app from starting on subsequent launches. Use taskkill with /f /t flags to force-kill the entire process tree on Windows, while keeping SIGTERM for macOS/Linux where it works correctly. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>