cf-bindings-proxy
cf-bindings-proxy copied to clipboard
Experimental proxy for interfacing with bindings in projects targeting Cloudflare Pages
I am using this on cloudflare pages, When I try to use KV I receive below error. "ReferenceError: process is not defined" My CFKV class is as below ``` import...
Looking to see support for vectorize and AI being added to cf bindings proxy
This PR does the following: - Allows using a custom port through the `BINDINGS_PROXY_PORT` environment variable. NOTE: If someone needs this feature, please reply to this PR and I'll merge...
Queues seems to be not working with `cf-bindings-proxy`.