fix: restore brainstorming feature with missing socket server and real-time events
This commit is contained in:
@@ -17,7 +17,7 @@ export interface ActivityEvent {
|
||||
details: any
|
||||
}
|
||||
|
||||
const SOCKET_URL = process.env.NEXT_PUBLIC_SOCKET_URL || 'http://localhost:3001'
|
||||
const SOCKET_URL = process.env.NEXT_PUBLIC_SOCKET_URL || 'http://localhost:3002'
|
||||
|
||||
export function useBrainstormSocket(
|
||||
sessionId: string | null,
|
||||
|
||||
Reference in New Issue
Block a user