-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Feature/auto devserver port #1547
Conversation
Deploying with
|
Latest commit: |
d021d09
|
Status: | ✅ Deploy successful! |
Preview URL: | https://705a8c68.wails-website.pages.dev |
Branch Preview URL: | https://feature-auto-devserver-port.wails-website.pages.dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's a great enhancement for the frontend server integration 🚀
I've left some comments about the stdout handling, which probably might need to be addressed.
Pushed a new approach which I feel is a lot better. LMKWYT! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great to me 🚀
This PR adds an "auto" option for
frontend:dev:serverUrl
that attempts to determine the URL vite is running on via the vite output.Updated default templates.
Fix package/variable name clashes.
Fixes #1545