Experience Builder looks great so far!
I'm creating a custom widget under client/your-extensions/widgets/my-widget and have two node processes running:
1) cd server; node src/server
2) cd client; npm run start
When I edit the widget in client/your-extensions/widgets/my-widget I can see process #2 pick up the changes and deploy to dist/widgets/my-widget. However the builder doesn't seem to recognize the update until I restart the server and re-add the widget.
What is the recommended way to develop widget and be able to see your changes?
Thanks!