Generic Commit; Most likely a fix or small feature

This commit is contained in:
Darius
2026-02-06 00:15:38 +01:00
parent 8670a9ab71
commit 18708add17

View File

@@ -21,6 +21,8 @@ export async function sseRoutes(
sse: true, sse: true,
}, },
async (_request, reply) => { async (_request, reply) => {
reply.sse.keepAlive();
const clientId = randomUUID(); const clientId = randomUUID();
const sendEvent = (event: SseEvent) => { const sendEvent = (event: SseEvent) => {
reply.sse.send({ reply.sse.send({