test sse fixes

This commit is contained in:
yohlo
2025-09-29 21:35:12 -05:00
parent 03e3bbcbc0
commit ed538b7373

View File

@@ -330,6 +330,8 @@ async function startServer() {
const server = Bun.serve({
port: PORT,
idleTimeout: 600000 * 6, // 10 * 6 = 60 minutes
routes: {
// Serve static assets (preloaded or on-demand)
...routes,