Bindings are not being autocompleted in React Workers Static Assets example
I have created a new project via https://developers.cloudflare.com/workers/frameworks/framework-guides/react/
Below is my
wrangler.jsonc
Below is my worker/index.ts
Now, when I try to do env.
, it should show me the AI binding which I have configured. However it does not.
I have also generated the types by running the cf-typegen
commandCloudflare Docs
React · Cloudflare Workers docs
Create a React application and deploy it to Cloudflare Workers with Workers Assets.
0 Replies