We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69bc5bf commit b43a3d2Copy full SHA for b43a3d2
packages/server-hono/src/types.ts
@@ -4,16 +4,6 @@ import type { OpenAPIHonoType } from "./zod-openapi-compat";
4
export interface HonoServerConfig {
5
port?: number;
6
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
-
17
enableSwaggerUI?: boolean;
18
19
/**
0 commit comments