How do I use my production bindings when doing local development? When I run `npx wrangler dev --rem

How do I use my production bindings when doing local development? When I run
npx wrangler dev --remote
I get this error
✘ [ERROR] In development, you should use a separate kv namespace than the one you'd use in production. Please create a new kv namespace with "wrangler kv:namespace create <name> --preview" and add its id as preview_id to the kv_namespace "KV_BINDING_NAME" in your wrangler.toml

I appreciate that it's trying to protect me but I know what I'm doing and I need access to my prod kv.
Was this page helpful?