suborbital / subo

The Suborbital CLI
Apache License 2.0
81 stars 25 forks source link

'Watching' mode addition for `subo dev` #206

Open hola-soy-milk opened 2 years ago

hola-soy-milk commented 2 years ago

Currently to develop a bundle locally, I'll build it with subo build, and then run it with 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?

(Thank you @flaki for helping clarify!)