We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
subo dev
Currently to develop a bundle locally, I'll build it with subo build, and then run it with subo dev.
subo build
If I make a change, I'll have to rebuild it with subo build and then re-run subo dev.
Would it be possible to have a subo watch that automatically rebuilds the bundle when it changes and restarts the instance?
subo watch
(Thank you @flaki for helping clarify!)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently to develop a bundle locally, I'll build it with
subo build
, and then run it withsubo dev
.If I make a change, I'll have to rebuild it with
subo build
and then re-runsubo dev
.Would it be possible to have a
subo watch
that automatically rebuilds the bundle when it changes and restarts the instance?(Thank you @flaki for helping clarify!)
The text was updated successfully, but these errors were encountered: