ionic.config.json
{ "defaultProject": "scanobeer", "projects": { "recipe-ionic": { "name": "recipe-ionic", "integrations": { "cordova": { } }, "type": "angular", "root": "src/app-recipe" }, "showcase": { "name": "showcase", "integrations": { "cordova": { } }, "type": "angular", "root": "src/app-showcase" }, "scanobeer": { "name": "scanobeer", "integrations": { "cordova": { } }, "type": "angular", "root": "projects/scanobeer/src" } }}