fix(serveStatic): make options parameter optional in all adapters (#4934)
* feat(serveStatic): make options parameter optional in all adapters All properties in ServeStaticOptions are already optional. This change makes the options parameter itself optional so that serveStatic() can be called without arguments, matching the typical usage pattern where defaults suffice. Fixes #4911 * fix: make manifest optional in cloudflare-workers ServeStaticOptions --------- Co-authored-by: Maks Pikov <mixelburg@users.noreply.github.com>
M
mixelburg committed
26f8c33f23e6151873d165107f2dbcadf1204d15
Parent: 16c4e38
Committed by GitHub <noreply@github.com>
on 5/16/2026, 9:00:00 AM