so I've added Cloudflare Pages integration using npm run qwik add and all the files appear to be there.
now what? How do I access the bindings locally?
I've updated the "serve": "wrangler pages dev ./dist --kv KV" script, do I have to start in parallel with the "start": "vite --open --mode ssr" script?
do I have to declare the mocked bindings somewhere else?