diff --git a/web/ionic.config.json b/web/ionic.config.json new file mode 100644 index 000000000..c5810bc10 --- /dev/null +++ b/web/ionic.config.json @@ -0,0 +1,23 @@ +{ + "projects": { + "ui": { + "name": "ui", + "integrations": {}, + "type": "angular", + "root": "projects/ui" + }, + "install-wizard": { + "name": "install-wizard", + "integrations": {}, + "type": "angular", + "root": "projects/install-wizard" + }, + "setup-wizard": { + "name": "setup-wizard", + "integrations": {}, + "type": "angular", + "root": "projects/setup-wizard" + } + }, + "defaultProject": "ui" +}