- Notifications
You must be signed in to change notification settings - Fork286
Closed
Description
Environment
h3-nightly@2.0.0-20250312-144942-506a98f
Reproduction
https://stackblitz.com/edit/stackblitz-starters-yl9zkzjr?file=index.ts
Describe the bug
While the implementation ofserve
providesapp.fetch
tosrvx
by itself, the type definition ofserve
still requiresfetch
to be passed inside the options.
Additional context
No response