UNPKG
@nuxt/nitro-server
Version:
3x (3.21.11)
latest (4.5.2)
4.5.2
4.5.1
4.5.0
4.4.8
4.4.7
4.4.6
4.4.5
4.4.4
4.4.2
4.3.1
4.3.0
4.2.2
4.2.1
4.2.0
3.21.11
3.21.10
3.21.9
3.21.8
3.21.7
3.21.6
3.21.5
3.21.4
3.21.2
3.21.1
3.21.0
3.20.2
3.20.1
3.20.0
0.0.0
Nitro server integration for Nuxt
nuxt.com
nuxt/nuxt
@nuxt/nitro-server
/
dist
/
runtime
/
utils
/
app-config.d.mts
4 lines
(3 loc)
•
148 B
text/typescript
View Raw
1
2
3
4
import
type
{ H3Event }
from
"h3"
;
import
type
{
AppConfig
}
from
"@nuxt/schema"
;
export
declare
function
useAppConfig
(
event
?: H3Event
):
AppConfig
;