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 16:43:55 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c628975efc
Nuxt
/
test
/
fixtures
/
basic
/
server
/
api
/
app-config.ts
7 lines
110 B
TypeScript
Raw
Normal View
History
Unescape
Escape
feat(nuxt): support app config for server routes (#19489)
2023-03-14 09:54:59 +00:00
export
default
defineEventHandler
(
(
)
=
>
{
const
appConfig
=
useAppConfig
(
)
return
{
chore: cleanup eslint rules with latest `@nuxt/eslint-config` (#26653)
2024-04-05 18:08:32 +00:00
appConfig
,
feat(nuxt): support app config for server routes (#19489)
2023-03-14 09:54:59 +00:00
}
}
)
Reference in New Issue
Copy Permalink