I'm working a Remix 2.0 website deployed to Pages. I'm using KV but the context in the action and loader functions don't know about it. I'd rather not copy/paste
interface Env { CONTENT: KVNamespace;}... let env = context.env as Env;
interface Env { CONTENT: KVNamespace;}... let env = context.env as Env;