Skip to content

Commit

Permalink
chore: remove unused TS directive
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Mar 23, 2023
1 parent 562cef2 commit 0b5ba6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nuxt/src/core/nitro.ts
Expand Up @@ -239,7 +239,7 @@ export async function initNitro (nuxt: Nuxt & { _nitro?: Nitro }) {
if (nuxtErrorHandler >= 0) {
nitro.options.handlers.splice(nuxtErrorHandler, 1)
}
// @ts-expect-error TODO: https://github.com/unjs/nitro/pull/1069

nitro.options.renderer = undefined
nitro.options.errorHandler = '#internal/nitro/error'
})
Expand Down

0 comments on commit 0b5ba6c

Please sign in to comment.