chore: update transports
9fd9e4dd
1 file(s) · +5 −5
| 8 | 8 | name: Evolu.SimpleName.orThrow("alcove"), |
|
| 9 | 9 | reloadUrl: "/", |
|
| 10 | 10 | transports: [ |
|
| 11 | - | // { |
|
| 12 | - | // type: "WebSocket", |
|
| 13 | - | // url: "wss://relay.alcove.tools", |
|
| 14 | - | // }, |
|
| 11 | + | { |
|
| 12 | + | type: "WebSocket", |
|
| 13 | + | url: "wss://relay.alcove.tools", |
|
| 14 | + | }, |
|
| 15 | 15 | // { |
|
| 16 | 16 | // type: "WebSocket", |
|
| 17 | 17 | // url: "wss://relay2.alcove.tools", |
|
| 18 | 18 | // }, |
|
| 19 | - | { type: "WebSocket" as const, url: "ws://localhost:4000" }, |
|
| 19 | + | // { type: "WebSocket" as const, url: "ws://localhost:4000" }, |
|
| 20 | 20 | ], |
|
| 21 | 21 | }); |
|
| 22 | 22 |