2019-08-02 15:54:10 +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-08-19 22:18:23 +02:00
|
|
|
"componentLibraries": ["./standard-components"],
|
|
|
|
"stylesheets": []
|
2019-08-02 15:54:10 +02:00
|
|
|
}
|