remix
remix copied to clipboard
support `getLoadContext` when using Vite
- Similar the the Cloudflare preset maintained by remix team, it would be great if the vercelPreset could also accept the
getLoadContext
function so that the all loaders can get that context.
I don't care how it's implemented, I just need to be able to define my loader context somewhere and use it in a vercel app.