Commit 5f2d888
fix(start): register /stream SSE route in CLI start command
The SSE endpoint was only wired in index.ts, not in start.ts (the CLI
'marionette start' path). The catch-all app.get("*") was intercepting
GET /stream and returning index.html, causing the dashboard EventSource
to receive text/html instead of text/event-stream.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 98196fc commit 5f2d888
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
0 commit comments