UNPKG
@interopio/desktop-cli
Version:
alpha (0.0.1-alpha.2)
latest (0.0.1-alpha.6)
0.0.1-alpha.6
0.0.1-alpha.5
0.0.1-alpha.4
0.0.1-alpha.3
0.0.1-alpha.2
0.0.1-alpha.1
CLI tool for setting up, building and packaging io.Connect Desktop projects
@interopio/desktop-cli
/
dist
/
templates
/
web-groups-app
/
apps
/
web-groups
/
web-group-prod.json
13 lines
(12 loc)
•
316 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
[
{
"name"
:
"web-group-application"
,
"title"
:
"Web group react custom implementation"
,
"type"
:
"webGroup"
,
"hidden"
:
true
,
"disabled"
:
false
,
"details"
:
{
"url"
:
"file:///%IO_CD_ASSETS_DIR%/webGroups/app-react/index.html"
}
}
]