chore: generate

This commit is contained in:
opencode-agent[bot]
2026-05-03 02:10:52 +00:00
parent a3bc5d35b0
commit a6cadba814
9 changed files with 2875 additions and 376 deletions

View File

@@ -51,10 +51,10 @@ export const EventRoutes = () =>
// Send heartbeat every 10s to prevent stalled proxy streams.
const heartbeat = setInterval(() => {
q.push(
JSON.stringify({
id: Bus.createID(),
type: "server.heartbeat",
properties: {},
JSON.stringify({
id: Bus.createID(),
type: "server.heartbeat",
properties: {},
}),
)
}, 10_000)