feat(musikcube): Provide more error logging and example config

* Update iso-websockets to fix typing exports and get node network error from WS error
* Add url example to config
This commit is contained in:
FoxxMD 2024-07-23 12:11:19 -04:00
parent 9735b980d7
commit 91e52c4c5d
4 changed files with 18 additions and 39 deletions

View file

@ -4,6 +4,7 @@
"enable": true,
"name": "musikcube",
"data": {
"url": "ws://localhost:7905",
"password": "MY_PASSWORD"
}
}