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

17 lines
288 B
JSON
Raw Normal View History

{
2019-08-20 09:24:07 +02:00
"main": {
2019-10-14 09:32:20 +02:00
"index": {},
"appBody": ""
2019-08-20 09:24:07 +02:00
},
"unauthenticated": {
2019-10-14 09:32:20 +02:00
"index": {},
"appBody": ""
2019-08-20 09:24:07 +02:00
},
2019-09-09 06:24:14 +02:00
"componentLibraries": [
2019-09-10 11:37:08 +02:00
"@budibase/standard-components"
2019-09-09 06:24:14 +02:00
],
2019-10-14 09:32:20 +02:00
"stylesheets": [
"https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
]
2019-08-20 09:24:07 +02:00
}