Skip to content

Commit

Permalink
fix(types): add generate.exclude type
Browse files Browse the repository at this point in the history
Fixes #132
  • Loading branch information
kevinmarrec committed Oct 1, 2019
1 parent 1e453e6 commit 9c11abd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/types/config/generate.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export interface NuxtConfigurationGenerate {
concurrency?: number
devtools?: boolean
dir?: string
exclude?: RegExp[]
fallback?: string | boolean
interval?: number
routes?: NuxtConfigurationGenerateRoute[] | NuxtConfigurationGenerateRoutesFunction | NuxtConfigurationGenerateRoutesFunctionWithCallback
Expand Down

0 comments on commit 9c11abd

Please sign in to comment.