From 18cc5e0ee816db01c7908950717d2b4ab1881ffd Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Mon, 25 Mar 2024 10:28:49 -0600 Subject: [PATCH] re-add ionic config --- web/ionic.config.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 web/ionic.config.json 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" +}