Local development workflow for Zoho widgets.
I am working on a creator widget using the Zoho ZET CLI.
I can import the JS SDK, and initialize it using ZOHO.CREATOR.init()
However I am only able to access the SDK functions by deploying the widget. Running the development server using "zet run" shows the page, but I cannot access any of the SDK features. Having to deploy the application each and every time I want to test a change is a pretty terrible development experience. How can we develop locally and utilize the zoho javascript SDK functionality?