We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5530ef commit 957ab75Copy full SHA for 957ab75
codemirror.next/codemirror.next.js
@@ -27,9 +27,9 @@ export const userColor = usercolors[random.uint32() % usercolors.length]
27
const ydoc = new Y.Doc()
28
// const provider = new WebrtcProvider('codemirror6-demo-room', ydoc)
29
const provider = new WebsocketProvider(
30
- // 'wss://demos.yjs.dev/ws', // use the public ws server
+ 'wss://demos.yjs.dev/ws', // use the public ws server
31
// `ws${location.protocol.slice(4)}//${location.host}/ws`, // alternatively: use the local ws server (run `npm start` in root directory)
32
- 'ws://localhost:3334',
+ // 'ws://localhost:3334',
33
'codemirror.next-demo-2024/06',
34
ydoc
35
)
0 commit comments