As far as I'm aware, you can only use `wrangler` or a framework's dev command. If you need bindings

As far as I'm aware, you can only use wrangler or a framework's dev command. If you need bindings support, you either need to build your project then run
wrangler pages dev
on the output, or use something like cf-bindings-proxy
npm
Experimental proxy for interfacing with bindings in projects targeting Cloudflare Pages. Latest version: 0.7.1, last published: 3 months ago. Start using cf-bindings-proxy in your project by running npm i cf-bindings-proxy. There are no other projects in the npm registry using cf-bindings-proxy.
Was this page helpful?