mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
24 lines
469 B
JSON
24 lines
469 B
JSON
{
|
|
"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"
|
|
}
|