This is the correct path i think

This commit is contained in:
Kemo 2024-12-30 17:15:32 +03:00 committed by GitHub
parent 7c3408a33f
commit bce6b28a64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -143,7 +143,7 @@ Persist document updates in a LevelDB database.
See [LevelDB Persistence](https://github.com/yjs/y-leveldb) for more info. See [LevelDB Persistence](https://github.com/yjs/y-leveldb) for more info.
```sh ```sh
HOST=localhost PORT=1234 YPERSISTENCE=./dbDir node ./node_modules/y-websocket/bin/server.js HOST=localhost PORT=1234 YPERSISTENCE=./dbDir node ./node_modules/y-websocket/bin/server.cjs
``` ```
### Websocket Server with HTTP callback ### Websocket Server with HTTP callback