| 1 | import { HttpApiBuilder } from "effect/unstable/httpapi"; |
| 2 | import { HttpRouter, HttpServer } from "effect/unstable/http"; |
| 3 | import { describe, expect, it } from "@effect/vitest"; |
| 4 | import { Context, Effect, Layer } from "effect"; |
nothing calls this directly
no test coverage detected