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.
According to the documentation of Sencha Cmd you can:
sencha.cfg
by setting inspector.address
property.config
command of Sencha Cmd
to set a server and port:sencha config --prop inspector.address=http://server:port/ \
then \
app watch --inspector