You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each call to `console.log` or `console.error` will be broadcast to the terminal that started the server.
205
+
Each call to `console.log` or `console.error` will be broadcast to the terminal that started the server. This is useful to see errors from the browser in the same place you run your server. This is also useful for AI agents that watch terminal output.
206
206
207
207
Internally, this reuses the existing WebSocket connection from hot module reloading to send the logs.
0 commit comments