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

feat(preview | dev server): dynamically generate dev servers for new components #9651

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

luvkapur
Copy link
Member

@luvkapur luvkapur commented Mar 29, 2025

This PR enhances the development experience by dynamically spawning dev servers for new components added to a workspace. It solves a critical user issue where newly added components with different environments would previously show empty previews due to missing dev servers.

  • Added mechanism to dynamically create dev servers when new components are detected in the workspace
  • Implemented proper proxy route generation for new environment servers
  • Added loading state to preview cards when servers are unavailable/initializing
  • Added support for restarting existing dev servers on post-install

@luvkapur luvkapur marked this pull request as ready for review April 1, 2025 18:44
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

Successfully merging this pull request may close these issues.

2 participants