You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you want to request a feature or report a bug?
Feature
What is the current behavior?
I can only customize host with localhost, tunnel or lan
What is the expected behavior?
I want to be able to provide an alias for localhost for local web development. I don't want to be limited to only use localhost:{port}. This would be similar to using server.host as vite does, or webpack does with devServer.host
The text was updated successfully, but these errors were encountered:
Yeah, that's a reasonable request - it shouldn't be too difficult to implement following the example of the way port is passed through from both config and CLI args, we'd welcome a PR.
Do you want to request a feature or report a bug?
Feature
What is the current behavior?
I can only customize host with
localhost
,tunnel
orlan
What is the expected behavior?
I want to be able to provide an alias for
localhost
for local web development. I don't want to be limited to only uselocalhost:{port}
. This would be similar to using server.host as vite does, or webpack does with devServer.hostThe text was updated successfully, but these errors were encountered: