Open hola-soy-milk opened 2 years ago
Currently to develop a bundle locally, I'll build it with subo build, and then run it with subo dev.
subo build
subo dev
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!)
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!)