fix: update HMR protocol to secure WebSocket (wss)

This commit is contained in:
2025-08-15 11:54:42 +02:00
parent 58332ee8fc
commit 764ac9c38b

View File

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