diff options
author | 2023-03-04 21:01:39 +0700 | |
---|---|---|
committer | 2023-03-04 06:01:39 -0800 | |
commit | ddb6624ad147e0ddf67d2dcd4f08affa49fc59e2 (patch) | |
tree | 667627a6357e196664ec32b4a590717952a21200 | |
parent | 0eeac32ef4ff27fcdf6a1864d94435e162528100 (diff) | |
download | bun-ddb6624ad147e0ddf67d2dcd4f08affa49fc59e2.tar.gz bun-ddb6624ad147e0ddf67d2dcd4f08affa49fc59e2.tar.zst bun-ddb6624ad147e0ddf67d2dcd4f08affa49fc59e2.zip |
docs: Fix invalid default port on bun-types docs (#2300)
-rw-r--r-- | packages/bun-types/bun.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/bun-types/bun.d.ts b/packages/bun-types/bun.d.ts index fc3bcbdb1..3dffc21b2 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) * * ----- * |