export default defineAppConfig({
bar: 'base',
baz: 'base',
array: () => [
'base',
'base'
],
arrayNested: {
nested: {
array: [
]
}
})