| 4 | |
| 5 | declare module 'react-router' { |
| 6 | export interface AppLoadContext { |
| 7 | cloudflare: { |
| 8 | env: Env; |
| 9 | ctx: ExecutionContext; |
| 10 | }; |
| 11 | } |
| 12 | } |
| 13 | |
| 14 | const requestHandler = createRequestHandler( |
nothing calls this directly
no outgoing calls
no test coverage detected