fix: update HMR protocol to secure WebSocket (wss)

This commit is contained in:
2025-08-15 12:09:07 +02:00
parent 5188b0e4c0
commit 0fb46cb43f

View File

@@ -12,7 +12,7 @@ export default defineConfig({
hmr: {
host: "lose.the1s.de",
port: 8501,
protocol: "ws",
protocol: "wss",
},
},
});