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

Reflex run automatically inits when needed #3011

Merged
merged 1 commit into from Apr 4, 2024
Merged

Reflex run automatically inits when needed #3011

merged 1 commit into from Apr 4, 2024

Conversation

picklelo
Copy link
Contributor

@picklelo picklelo commented Apr 4, 2024

Previously if you didn't have a .web folder or the app template had updated, reflex run would throw a warning saying to run reflex init again. This PR just automatically runs init for them, reducing the steps to get the app running.

@picklelo picklelo linked an issue Apr 4, 2024 that may be closed by this pull request
@Sprocketer

This comment was marked as resolved.

@picklelo
Copy link
Contributor Author

@Sprocketer it will never update the reflex version. It will only call reflex init if the .web folder is missing or out of date.

masenf added a commit that referenced this pull request Apr 19, 2024
This check was accidentally removed in #3011, so adding it back.

Fix #3120
@masenf masenf deleted the nikhil/autorun branch April 24, 2024 18:46
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.

Reflex run should automatically init if needed
3 participants