19 lines
470 B
JSON
19 lines
470 B
JSON
|
{
|
||
|
"main" : {
|
||
|
"index" : {
|
||
|
|
||
|
},
|
||
|
"appBody" : "./main.app.json"
|
||
|
},
|
||
|
"unauthenticated" : {
|
||
|
"index" : {
|
||
|
"_component": "budibase-components/indexHtml",
|
||
|
"title": "Test App 1 - Login",
|
||
|
"customScripts": [
|
||
|
"MyCustomComponents.js"
|
||
|
]
|
||
|
},
|
||
|
"appBody" : "./unauthenticated.app.json"
|
||
|
},
|
||
|
"componentLibraries": ["./customComponents", "./moreCustomComponents"]
|
||
|
}
|