Skip to content
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

Expose a way to change the host in config #1389

Open
christianlime opened this issue Nov 15, 2024 · 1 comment · May be fixed by #1418
Open

Expose a way to change the host in config #1389

christianlime opened this issue Nov 15, 2024 · 1 comment · May be fixed by #1418
Labels
👋🏻 Good First Issue An issue or task that is ideal for new open source contributors. Type: Feature Request

Comments

@christianlime
Copy link

christianlime commented Nov 15, 2024

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

@robhogan robhogan added Type: Feature Request 👋🏻 Good First Issue An issue or task that is ideal for new open source contributors. labels Nov 22, 2024
@robhogan
Copy link
Contributor

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.

@Jiiiin Jiiiin linked a pull request Dec 24, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👋🏻 Good First Issue An issue or task that is ideal for new open source contributors. Type: Feature Request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants