bd47a919a8
Instead of using shell:true with spawn(), use cmd.exe as the command with /c flag to properly execute bun.cmd on Windows. Without this, spawn() with shell:true fails because cmd.exe doesn't know how to handle the bun shell script directly. Fixes: Stop hook "Failed to start Bun: spawn bun ENOENT"