MCPcopy Create free account
hub / github.com/fontsource/fontsource / AppLoadContext

Interface AppLoadContext

website/workers/app.ts:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5declare module 'react-router' {
6 export interface AppLoadContext {
7 cloudflare: {
8 env: Env;
9 ctx: ExecutionContext;
10 };
11 }
12}
13
14const requestHandler = createRequestHandler(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected