chore(types): add types for new false option for render.static (#9372)

This commit is contained in:
Daniel Roe 2021-06-02 14:52:46 +01:00 committed by GitHub
parent fa0f4d2248
commit b52612ba67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,5 +72,5 @@ export interface NuxtOptionsRender {
resourceHints?: boolean resourceHints?: boolean
ssr?: boolean ssr?: boolean
ssrLog?: boolean | 'collapsed' ssrLog?: boolean | 'collapsed'
static?: ServeStaticOptions static?: ServeStaticOptions | false
} }