#How to inject custom stuff in the App Server Context ?

1 messages · Page 1 of 1 (latest)

shut wharf
#

Hi, i mostly use the Cloudflare Pages template and there is super easy to customize the Context there; now im hacking with the App server, looking forward to deploy on bare Linux, and would like to be able to do the same with the context, to grab stuff out of it easily on loaders and actions.
Any directions on how this works with the App Server way ?

primal coral
#

You can't do that with remix-serve. If you want to customize the AppLoadContext, you need to bring your own server, probably the easiest one to hack locally with is the express template.