It would be nice to be able to configure appId - either in the/deploy/<environment>.js files or in some other configuration file. In my case I would like to namespace a bit further and rather than just using app:<hash> I would like to use app:<appname>:versions:<hash>. Right now it seems to always be using the name of the app.
It would be nice to be able to configure appId - either in the
/deploy/<environment>.jsfiles or in some other configuration file. In my case I would like to namespace a bit further and rather than just usingapp:<hash>I would like to useapp:<appname>:versions:<hash>. Right now it seems to always be using the name of the app.