()
| 14 | createRequestHandler({ |
| 15 | build: () => import("virtual:react-router/server-build"), |
| 16 | getLoadContext() { |
| 17 | return { |
| 18 | VALUE_FROM_EXPRESS: "Hello from Express", |
| 19 | }; |
| 20 | }, |
| 21 | }), |
| 22 | ); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…