1
0
Fork 0
mirror of synced 2024-09-06 12:41:24 +12:00
budibase/packages/server/appPackages/testApp/pages.json

19 lines
470 B
JSON
Raw Normal View History

{
"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"]
}