When I run this: ./node_modules/.bin/done-serve --develop --port 8080 --live-reload-port 9000
I expect to be able to open the Network DevTools in Chrome, look at the WebSocket requests, and see the request url set to ws://localhost:9000/. Instead, it’s ws://localhost:8012/
Environment:
| Software |
Version |
| donejs -V |
1.0.1 |
| npm ls done-serve |
1.4.0 |
| npm ls steal-tools |
1.9.1 |
| node -v |
8.1.4 |