```tsx export async function POST(req: NextRequest) { const formData = await req.formData(); con
I'm new to using KV/next on pages, I seem to be getting the type error that GALLERY.put is not a function. But it does exist and I'm pretty sure it would work on production but I am testing locally now using npx cf-bindings-proxy

