| 1 | import { NamedError } from "@opencode-ai/core/util/error" |
| 2 | import { ConfigErrorV1 } from "@opencode-ai/core/v1/config/error" |
| 3 | import { Cause, Effect } from "effect" |
| 4 | import { HttpRouter, HttpServerError, HttpServerRespondable, HttpServerResponse } from "effect/unstable/http" |
nothing calls this directly
no test coverage detected