We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
localhost:9966
The text was updated successfully, but these errors were encountered:
This worked for me, #47
Sorry, something went wrong.
No branches or pull requests
After starting the app we're presented with :
where we should get
localhost:9966
instead.The text was updated successfully, but these errors were encountered: