-
Notifications
You must be signed in to change notification settings - Fork 65
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
Default development serverHost #26
Comments
👍 This would be a great feature. Would just need to look into the right way to detect this across different systems, and possibly default back to |
Now that I think about it, the easiest way to do this would just be to use relative paths:
instead of
|
Is the reason for having |
@andrewreedy - That sounds like it could work. You are correct that the reason for |
It would be cool if serverHost defaulted to your IP on the network so that going to 192.168.x.x:1618 on your phone worked. I can get it working by modifying
famous-framework.development.bundle.js
(Deployer -> options -> codeManagerAssetReadHost), but it feels like that should be default for development so it's easy to test on multiple devices.The text was updated successfully, but these errors were encountered: