1
0
Fork 0
mirror of synced 2024-09-09 22:16:26 +12:00
budibase/packages/server/appPackages/testApp2/pages.json

17 lines
246 B
JSON
Raw Normal View History

{
2019-08-20 19:24:07 +12:00
"main": {
2019-09-07 17:50:35 +12:00
"index": {},
"appBody": ""
2019-08-20 19:24:07 +12:00
},
"unauthenticated": {
"index": {
"title": "Test App Two"
},
"appBody": "login"
2019-08-20 19:24:07 +12:00
},
2019-09-09 16:24:14 +12:00
"componentLibraries": [
2019-09-10 21:37:08 +12:00
"@budibase/standard-components"
2019-09-09 16:24:14 +12:00
],
2019-09-07 17:50:35 +12:00
"stylesheets": []
2019-08-20 19:24:07 +12:00
}