Nuxt/examples/advanced/config-extends/app.config.ts
pooya parsa 94f76ea930
feat(nuxt): app.config with hmr and reactivity support (#6333)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-08-17 17:23:13 +02:00

6 lines
80 B
TypeScript

export default defineAppConfig({
foo: 'user',
bar: 'user',
baz: 'base'
})