Is there something like?
sencha app watch --host=mydomain.app
As we all know, the default domain is localhost:1841. I can define a custom port, but not a custom domain.
I haven't found anything related in the Sencha documentation. Any workaround? I need to serve on a custom domain to avoid cross domain CORS issues.
Thanks.