| 1 | /* eslint-disable @typescript-eslint/no-explicit-any */ |
| 2 | /* eslint-disable @typescript-eslint/no-unsafe-member-access */ |
| 3 | import { type MakeContext, type MakeErrors, makeRouter } from "@effect-app/infra/routing" |
| 4 | import { expect, expectTypeOf, it } from "@effect/vitest" |
nothing calls this directly
no test coverage detected