Skip to content

Commit

Permalink
fix error during WebSocket handshake
Browse files Browse the repository at this point in the history
  • Loading branch information
bozzhik committed Jan 29, 2025
1 parent b4ed0f1 commit e7603e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ export default defineConfig(({ mode }) => {
},
},
},

legacy: {
skipWebSocketTokenCheck: true,
},
plugins: [crx({ manifest }), react()],
}
})

0 comments on commit e7603e7

Please sign in to comment.