1
0
Fork 0
mirror of synced 2024-07-22 22:55:51 +12:00
budibase/packages/server/appPackages/testApp/pages.json

26 lines
531 B
JSON
Raw Normal View History

{
2019-09-09 16:24:14 +12:00
"main": {
"index": {},
"appBody": "./main.app.json"
},
"unauthenticated": {
"index": {
"_component": "budibase-components/indexHtml",
"title": "Test App 1 - Login",
"customScripts": [
"MyCustomComponents.js"
]
},
2019-09-09 16:24:14 +12:00
"appBody": "./unauthenticated.app.json"
},
"componentLibraries": [
"./customComponents",
"./moreCustomComponents",
2019-09-10 21:37:08 +12:00
"@budibase/standard-components"
2019-09-09 16:24:14 +12:00
],
"stylesheets": [
"https://css-r-us.com/myawesomestyles.css",
"/local.css"
]
}