Support for specifying listening IP address #777
|
I see that --port can be used to specify the listening port, but does idyll support specifying the IP address? I have a virtual machine with multiple interfaces and it's using the one with the gateway, which is NAT'd, not the one that's accessible to the host machine. I'm not finding any information or documentation on how IP can be specified. Thanks. |
Answered by
mathisonian
Apr 1, 2022
Replies: 1 comment 1 reply
|
Hi @kayavila, We don't currently support that, however it is probably possibly to add. We use For deployment, idyll generates static HTML,CSS, and JS as output so you can host this however you like. |
1 reply
Answer selected by
kayavila
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @kayavila,
We don't currently support that, however it is probably possibly to add. We use
browersyncinternally to handle serving the files during development. If there's a browsersync option that would fit your needs we can add support to pass that through.For deployment, idyll generates static HTML,CSS, and JS as output so you can host this however you like.