-
Notifications
You must be signed in to change notification settings - Fork 27.4k
New issue
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
Add --hostname argument to cli #1010
Comments
You can use our custom server for that. |
I could, but wouldn't it be nice to have an argument like how firebase-tools and other dev servers do? Here's a PR I made, but haven't tested yet because your build process is kinda strange to me. #1017 |
Yeah. That's good too. |
|
I changed it to -H |
Fixed in #1017 |
Woo hoo! Thanks y'all! |
In Cloud9 http servers have to be run with the hostname 0.0.0.0. The cli always starts on
localhost
.The text was updated successfully, but these errors were encountered: