Skip to content

@nogoo9/no-crd / server / startHttpServer

Function: startHttpServer()

startHttpServer(customK8sContext?): Promise<void>

Defined in: src/server.ts:573

Boots the HTTP/HTTPS server based on runtime detection (Bun, Deno, or Node.js). Supports SSL certificates if TLS_CERT and TLS_KEY env vars are configured.

Parameters

customK8sContext?

K8sContext

Returns

Promise<void>