Hi there,
is there a way to detect by code if my extension is running locally in testing mode or remotely using the published application.
It could be interesting like
- displaying debug message or not
- to know whether the dataconnectors are served locally (using the local express server (debug-server.js) or remotely server of the published application,
-…
Regards.