-
Notifications
You must be signed in to change notification settings - Fork 106
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
Enable Hot-reload for CLI #423
Comments
Hey @samad-yar-khan Can you explain this issue in more detail Currently we build and start the CLI its like starting point of the development server that handles everything and we have so Can you please explain what are we trying to achieve here ? |
@VipinDevelops this issue basically meant that when you're working on a change in the CLI itself, instead of shutting down and restarting all changes, it should have a live-reload functionality similar to how you'd have experienced in the usual UI dev. |
@VipinDevelops does it actually work like live-reload for you? Because it seems to basically trigger a whole-app-reload for the CLI for me on changes. |
So @jayantbh correct me if I am wrong we want to make a feature that lets use inject updated source code into a running app without a restart |
Correct. The running app here is the CLI app. Not the frontend or backend code. |
Got it and that code with run other services thanks for explaining I will try to explore potential solutions for this. |
Why do we need this ?
./dev.sh
which triggers the CLI to manage the Docker containersAcceptance Criteria
Further Comments / References
The text was updated successfully, but these errors were encountered: