budibase/packages/server/appPackages/_master/pages.json

19 lines
302 B
JSON
Raw Normal View History

{
"main": {
2019-09-12 07:10:50 +02:00
"index": {
"title": "Budibase"
},
2019-10-03 07:12:13 +02:00
"appBody": "apps/Apps List"
},
"unauthenticated": {
"index": {
2019-09-12 07:10:50 +02:00
"title": "Budibase - Login"
},
2019-09-12 07:10:50 +02:00
"appBody": "Login Screen"
},
"componentLibraries": [
2019-09-10 11:37:08 +02:00
"@budibase/standard-components"
],
"stylesheets": []
}