Skip to content

Commit

Permalink
feat: export defineNuxtConfig from nuxt3 and @nuxt/bridge (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 authored Oct 6, 2021
1 parent 124898f commit 8a02ab8
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,8 @@ import './shims'
import { NitroInput } from '../dist'

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

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

Expand Down

0 comments on commit 8a02ab8

Please sign in to comment.