2019-07-25 08:31:54 +02:00
|
|
|
{
|
|
|
|
"main" : {
|
|
|
|
"index" : {
|
|
|
|
|
|
|
|
},
|
|
|
|
"appBody" : "./main.app.json"
|
|
|
|
},
|
|
|
|
"unauthenticated" : {
|
|
|
|
"index" : {
|
|
|
|
"_component": "budibase-components/indexHtml",
|
|
|
|
"title": "Test App 1 - Login",
|
|
|
|
"customScripts": [
|
|
|
|
"MyCustomComponents.js"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"appBody" : "./unauthenticated.app.json"
|
|
|
|
},
|
2019-07-26 16:13:15 +02:00
|
|
|
"componentLibraries": ["./customComponents", "./moreCustomComponents"]
|
2019-07-25 08:31:54 +02:00
|
|
|
}
|