This website requires JavaScript.
Explore
Help
Register
Sign In
Zengtudor
/
Nuxt
Watch
1
Star
0
Fork
0
You've already forked Nuxt
mirror of
https://github.com/nuxt/nuxt.git
synced
2024-11-11 08:33:53 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
162908aac0
Nuxt
/
test
/
fixtures
/
basic
/
app.config.ts
7 lines
84 B
TypeScript
Raw
Normal View
History
Unescape
Escape
feat(nuxt): `app.config` with hmr and reactivity support (#6333) Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-08-17 15:23:13 +00:00
export
default
defineAppConfig
(
{
userConfig
:
123
,
nested
:
{
chore: cleanup eslint rules with latest `@nuxt/eslint-config` (#26653)
2024-04-05 18:08:32 +00:00
val
:
2
,
}
,
feat(nuxt): `app.config` with hmr and reactivity support (#6333) Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-08-17 15:23:13 +00:00
}
)
Reference in New Issue
Copy Permalink