Skip to content

Commit

Permalink
Fix websocket for HMR
Browse files Browse the repository at this point in the history
  • Loading branch information
Snugug authored Oct 7, 2024
1 parent 008a83d commit 2358da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default defineConfig({
port: 5193,
strictPort: true,
hmr: {
protocol: 'wss',
protocol: 'ws',
host: 'localhost',
clientPort: 5193,
},
Expand Down

0 comments on commit 2358da4

Please sign in to comment.