mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
types: fix generate types (#7780)
This commit is contained in:
parent
298c3e3ef7
commit
1977b06d1c
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -74,6 +74,9 @@ jobs:
|
|||||||
|
|
||||||
- name: lint
|
- name: lint
|
||||||
run: yarn test:lint
|
run: yarn test:lint
|
||||||
|
|
||||||
|
- name: test types
|
||||||
|
run: yarn test:types
|
||||||
needs: setup
|
needs: setup
|
||||||
|
|
||||||
audit:
|
audit:
|
||||||
|
2
packages/types/config/generate.d.ts
vendored
2
packages/types/config/generate.d.ts
vendored
@ -21,7 +21,7 @@ export interface NuxtOptionsGenerate {
|
|||||||
routes?: NuxtOptionsGenerateRoute[] | NuxtOptionsGenerateRoutesFunction | NuxtOptionsGenerateRoutesFunctionWithCallback
|
routes?: NuxtOptionsGenerateRoute[] | NuxtOptionsGenerateRoutesFunction | NuxtOptionsGenerateRoutesFunctionWithCallback
|
||||||
subFolders?: boolean
|
subFolders?: boolean
|
||||||
cache?: false | {
|
cache?: false | {
|
||||||
ignore?: string[] | function,
|
ignore?: string[] | Function,
|
||||||
globbyOptions?: GlobbyOptions
|
globbyOptions?: GlobbyOptions
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user