We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df534ed commit e7b9255Copy full SHA for e7b9255
packages/node_modules/overmind-devtools-client/src/BackendConnector.ts
@@ -12,7 +12,7 @@ class WebsocketConnector {
12
private callbacks: {
13
[event: string]: Function[]
14
} = {}
15
- private socket = new WebSocket('ws://localhost:1040')
+ private socket = new WebSocket('ws://localhost:3031?devtools=1') // TODO should be able to configure
16
private messagesBeforeConnected: Array<[string, any, any]> = []
17
private isOpen = false
18
constructor() {
0 commit comments