re-add ionic config

This commit is contained in:
Matt Hill
2024-03-25 10:28:49 -06:00
parent af0cda5dbf
commit 18cc5e0ee8

23
web/ionic.config.json Normal file
View File

@@ -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"
}