mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
fix(types): add missing devModules
type (#6006)
This commit is contained in:
parent
ae82a03a28
commit
d86532ae5c
1
packages/config/types/index.d.ts
vendored
1
packages/config/types/index.d.ts
vendored
@ -37,6 +37,7 @@ export default interface NuxtConfiguration extends ExtendableConfiguration {
|
||||
mode?: 'spa' | 'universal' // TBR (To Be Reviewed) - should be a `NuxtMode` interface which should be used in @nuxt/vue-app/types/process.d.ts as well
|
||||
modern?: 'client' | 'server' | boolean
|
||||
modules?: NuxtConfigurationModule[]
|
||||
devModules?: NuxtConfigurationModule[]
|
||||
modulesDir?: string[]
|
||||
plugins?: NuxtConfigurationPlugin[]
|
||||
render?: NuxtConfigurationRender
|
||||
|
Loading…
Reference in New Issue
Block a user