| 62 | } |
| 63 | |
| 64 | export class WorkspaceProxy extends WorkerEntrypoint<unknown, WorkspaceProxyProps> { |
| 65 | override async fetch(request: Request): Promise<Response> { |
| 66 | const url = new URL(request.url); |
| 67 |
nothing calls this directly
no outgoing calls
no test coverage detected