feat: wire sse_client_cpp_core for live updates from /api/boards/issues/stream
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user