mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
re-add ionic config
This commit is contained in:
23
web/ionic.config.json
Normal file
23
web/ionic.config.json
Normal 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"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user