diff --git a/packages/bun-types/bun.d.ts b/packages/bun-types/bun.d.ts index fc3bcbdb11..3dffc21b2a 100644 --- a/packages/bun-types/bun.d.ts +++ b/packages/bun-types/bun.d.ts @@ -61,7 +61,7 @@ declare module "bun" { /** * Start a fast HTTP server. * - * @param options Server options (port defaults to $PORT || 8080) + * @param options Server options (port defaults to $PORT || 3000) * * ----- *