mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-26 15:42:09 +00:00
chore: remove unused TS directive
This commit is contained in:
parent
562cef24ca
commit
0b5ba6c3e9
@ -239,7 +239,7 @@ export async function initNitro (nuxt: Nuxt & { _nitro?: Nitro }) {
|
|||||||
if (nuxtErrorHandler >= 0) {
|
if (nuxtErrorHandler >= 0) {
|
||||||
nitro.options.handlers.splice(nuxtErrorHandler, 1)
|
nitro.options.handlers.splice(nuxtErrorHandler, 1)
|
||||||
}
|
}
|
||||||
// @ts-expect-error TODO: https://github.com/unjs/nitro/pull/1069
|
|
||||||
nitro.options.renderer = undefined
|
nitro.options.renderer = undefined
|
||||||
nitro.options.errorHandler = '#internal/nitro/error'
|
nitro.options.errorHandler = '#internal/nitro/error'
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user