You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This fixes websockets in `wrangler dev`. It looks like we broke it in #503. I've reverted the specific changes made to `proxy.ts`.
Test plan -
```
cd packages/wrangler
npm run build
cd ../workers-chat-demo
npx wrangler dev
```
This fixes websockets in `wrangler dev`. It looks like we broke it in https://github.com/cloudflare/wrangler2/pull/503. I've reverted the specific changes made to `proxy.ts`.
0 commit comments