1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-03 23:14:42 +00:00
Nuxt/test/fixtures/basic/app.config.ts
pooya parsa 94f76ea930
feat(nuxt): app.config with hmr and reactivity support ()
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-08-17 17:23:13 +02:00

7 lines
82 B
TypeScript

export default defineAppConfig({
userConfig: 123,
nested: {
val: 2
}
})