Bun samples are verified on Bun 1.3.13; HTTP/2 clients need Bun >= 1.2.6, and a few packages skip their Bun suite in CI. Runtime compatibility
Connectum API Reference / @connectum/core / ServiceOptions
Type Alias: ServiceOptions โ
ServiceOptions =
NonNullable<Parameters<ConnectRouter["service"]>[2]>
Defined in: packages/core/src/defineService.ts:28
Per-service handler options forwarded to ConnectRPC's router.service() โ e.g. per-service interceptors (applied to every method of this service) and jsonOptions. Derived from the underlying ConnectRouter.service signature so it always matches the installed @connectrpc/connect.
