Skip to content

Commit

Permalink
fix(types): allow autoImport option to be false (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 29, 2022
1 parent 486f236 commit 3aa3bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/nitro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export interface NitroOptions {
}
serverAssets: ServerAssetDir[]
publicAssets: PublicAssetDir[]
autoImport: UnimportPluginOptions
autoImport: UnimportPluginOptions | false
plugins: string[]
virtual: Record<string, string | (() => string | Promise<string>)>

Expand Down

0 comments on commit 3aa3bcf

Please sign in to comment.