| 1 | import { env } from "cloudflare:workers"; |
| 2 | import { Cause, Effect } from "effect"; |
| 3 | import { HttpRouter, HttpServerRequest, HttpServerResponse } from "effect/unstable/http"; |
| 4 | import { autumnHandler } from "autumn-js/backend"; |
nothing calls this directly
no test coverage detected