mirror of
https://github.com/nuxt/nuxt.git
synced 2024-12-03 10:57:18 +00:00
5 lines
65 B
TypeScript
5 lines
65 B
TypeScript
|
export default defineAppConfig({
|
||
|
bar: 'base',
|
||
|
baz: 'base'
|
||
|
})
|