fix: update HMR protocol to secure WebSocket (wss)
This commit is contained in:
@@ -12,7 +12,7 @@ export default defineConfig({
|
|||||||
hmr: {
|
hmr: {
|
||||||
host: "lose.the1s.de",
|
host: "lose.the1s.de",
|
||||||
port: 8501,
|
port: 8501,
|
||||||
protocol: "ws",
|
protocol: "wss",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user