redux-saga-beginner-tutorial icon indicating copy to clipboard operation
redux-saga-beginner-tutorial copied to clipboard

Wrong url in the server output

Open siemiatj opened this issue 8 years ago • 1 comments

After starting the app we're presented with :

$ npm start

> [email protected] start /Users/sasklacz/Work/OSS/sagas-experiment
> budo main.js:build.js --dir ./ --verbose  --live -- -t babelify

[0001] info  Server running at http://10.192.128.156:9966/ (connect)
[0001] info  LiveReload running on 35729

where we should get localhost:9966 instead.

siemiatj avatar Jun 12 '17 11:06 siemiatj