spawnSync was blocking the event loop until the subprocess exited, so opening a browser would freeze the server until it closed. Replace with spawn + unref (detached, stdio ignored) and remove the now-pointless awaits and async keywords from action handlers. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1006 B
1006 B