mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
docs: Fix invalid default port on bun-types docs (#2300)
This commit is contained in:
2
packages/bun-types/bun.d.ts
vendored
2
packages/bun-types/bun.d.ts
vendored
@@ -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)
|
||||
*
|
||||
* -----
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user