Skip to content

Commit

Permalink
fix(schema): extend NuxtOptions for nitro & bridge types (#2131)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Nov 24, 2021
1 parent 69c9afb commit 4d8e184
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import './shims'
import { NitroInput } from '../dist'

declare module '@nuxt/kit' {
interface ConfigSchema {
nitro: NitroInput
declare module '@nuxt/schema' {
interface NuxtConfig {
nitro?: NitroInput
}
}

Expand Down

0 comments on commit 4d8e184

Please sign in to comment.