mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-19 01:45:53 +00:00
chore(nitro): add nitro config types for nuxt.config
This commit is contained in:
parent
96649cc876
commit
d341e844fe
15
packages/nitro/types/index.d.ts
vendored
15
packages/nitro/types/index.d.ts
vendored
@ -1,3 +1,16 @@
|
|||||||
import './shims'
|
import './shims'
|
||||||
|
import { NitroInput } from '../dist'
|
||||||
|
|
||||||
export * from '../dist/index'
|
declare module '@nuxt/kit' {
|
||||||
|
interface NuxtConfig {
|
||||||
|
nitro?: NitroInput
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
declare module '@nuxt/types' {
|
||||||
|
interface NuxtConfig {
|
||||||
|
nitro?: NitroInput
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
export * from '../dist'
|
||||||
|
Loading…
Reference in New Issue
Block a user