I can use it within my server routes using something like
await useStorage("kv").set("test", "it works!")
await useStorage("kv").set("test", "it works!")
But I would also like to be able to see the data in the devtools storage tab. It shows up but when I click on it I get a error as in the picture. I'm a bit confused as it seems the binding is ok for my API files.
Also is this even the right way to do this? From what I understand I need nitro-cloudflare-dev currently but it won't be needed when nuxt with nitro v3 is released?