User requests a CLI option to watch current files and provide hot-reloading, to improve the development experience by avoiding full rebuilds for every change.
### I am interested in helping provide a feature! Yes ### Which generators are impacted? - [ ] All - [ ] Angular - [ ] HTML - [ ] Qwik - [ ] React - [ ] React-Native - [ ] Solid - [ ] Stencil - [ ] Svelte - [ ] Vue - [ ] Web components ### What problem does this feature solve? Currently if you want to develop using Mitosis, you need to wait for all the components to build before getting an update output. ### What does the proposed API look like? Create a CLI option to watch the current files, and build/compile just the updated files. `mitosis watch` ### Additional Information _No response_