20 lines
467 B
JSON
20 lines
467 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": ["./standard-components"],
|
|
"stylesheets": []
|
|
} |