Skip to content

Commit b43a3d2

Browse files
committed
fix: typo fix
1 parent 69bc5bf commit b43a3d2

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

packages/server-hono/src/types.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,6 @@ import type { OpenAPIHonoType } from "./zod-openapi-compat";
44
export interface HonoServerConfig {
55
port?: number;
66

7-
/**
8-
* Hostname to bind the server to
9-
* - "0.0.0.0" - Binds to all IPv4 interfaces (default)
10-
* - "::" - Binds to all IPv6 interfaces (dual-stack on most systems)
11-
* - "localhost" or "127.0.0.1" - Only localhost access
12-
*
13-
* @default "0.0.0.0"
14-
*/
15-
hostname?: string;
16-
177
enableSwaggerUI?: boolean;
188

199
/**

0 commit comments

Comments
 (0)