9 lines
237 B
JSON
9 lines
237 B
JSON
|
{
|
||
|
"title": "Test App",
|
||
|
"favicon": "./_shared/favicon.png",
|
||
|
"stylesheets": ["my-styles.css"],
|
||
|
"componentLibraries": ["./customComponents","./moreCustomComponents"],
|
||
|
"props" : {
|
||
|
"_component": "@budibase/standard-components/div"
|
||
|
}
|
||
|
}
|