Skip to content

Commit 9c11abd

Browse files
committed
fix(types): add generate.exclude type
Fixes #132
1 parent 1e453e6 commit 9c11abd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/types/config/generate.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export interface NuxtConfigurationGenerate {
1212
concurrency?: number
1313
devtools?: boolean
1414
dir?: string
15+
exclude?: RegExp[]
1516
fallback?: string | boolean
1617
interval?: number
1718
routes?: NuxtConfigurationGenerateRoute[] | NuxtConfigurationGenerateRoutesFunction | NuxtConfigurationGenerateRoutesFunctionWithCallback

0 commit comments

Comments
 (0)