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

Extend dns to js projects, eg myjsapplication.localhost instead of localhost:3000 #43

Open
jimtaylor123 opened this issue Apr 29, 2021 · 0 comments

Comments

@jimtaylor123
Copy link

Is your feature request related to a problem? Please describe.
When running next.js or similar applications locally, e.g. when I have a JS SPA running with a Laravel API, I would like to use a proper domain instead of a port on localhost.

Describe the solution you'd like
Extend dns management to js projects, eg route https://myjsapplication.localhost to localhost:3000 instead of simply accessing localhost:3000 based on the directory name, as per php projects.

Describe alternatives you've considered
None, being lazy

Additional context
None

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant