fix: change socket port to 3005 (conflict with grafana) and make CI artifacts non-blocking
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:3002'
|
||||
const SOCKET_URL = process.env.NEXT_PUBLIC_SOCKET_URL || 'http://localhost:3005'
|
||||
|
||||
export function useBrainstormSocket(
|
||||
sessionId: string | null,
|
||||
|
||||
Reference in New Issue
Block a user