I have a situation where I have a bunch of addons that we package inside an ember app for deployment. Sometimes the application is just 1 instance of the dummy app in the application.js controller, and thats it!
However in order to save a step I wonder if can we deploy the build from the ember addon’s dummy app? If so is there a way to build a prod version from the dummy app?