feat: wire sse_client_cpp_core for live updates from /api/boards/issues/stream

This commit is contained in:
agent
2026-05-18 20:05:14 +02:00
parent 264c5939f3
commit 4f5e9f6fbe
16 changed files with 726 additions and 44 deletions
+4
View File
@@ -37,6 +37,10 @@ func main() {
}
defer db.Close()
// SSE: hub + fsnotify watcher for dev/issues + dev/flows.
globalHub = NewHub()
startBoardsWatcher(globalHub)
mux := infra.HTTPRouter(apiRoutes(db, &featureFlags))
mux.HandleFunc("/health", handleHealth(*port))