This repository was archived by the owner on Apr 24, 2026. It is now read-only.
Commit bcf80e9
fix: spawn node not bun for bash node commands on Windows
Bun's event loop exits after top-level await resolves, killing
long-running servers. Use actual node binary which keeps the
event loop alive for http.listen().
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 2c2a1a9 commit bcf80e9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments