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 de95e0c commit 9c15804Copy full SHA for 9c15804
examples/cli/web-socket-url-cli/README.md
@@ -1,7 +1,7 @@
1
# CLI: Web Socket URL
2
3
```console
4
-npx webpack serve --open-target --host 0.0.0.0 --client-web-socket-url <insert-host>:8080
+npx webpack serve --open-target --host 0.0.0.0 --client-web-socket-url ws://<insert-host>:8080
5
```
6
7
_NOTE: replace `<insert-host>` with your local IP Address._
0 commit comments