Skip to content

Commit

Permalink
chore: broken build types
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Dec 8, 2024
1 parent a654517 commit a5beb21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/runtime/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ import type { ResvgRenderOptions } from '@resvg/resvg-js'
import type { UnoGenerator } from '@unocss/core'
import type { AllowedComponentProps, Component, ComponentCustomProps, VNodeProps } from '@vue/runtime-core'
import type { H3Error, H3Event } from 'h3'
import type { NitroApp, NitroOptions } from 'nitropack'
import type { NitroOptions } from 'nitropack'
import type { NitroApp } from 'nitropack/types'
import type { SatoriOptions } from 'satori'
import type { html } from 'satori-html'
import type { SharpOptions } from 'sharp'
Expand Down

0 comments on commit a5beb21

Please sign in to comment.