From 99fc1b31a33403993a3c42d12d481221a1a996db Mon Sep 17 00:00:00 2001 From: Gesugao-san Date: Tue, 13 Feb 2024 23:54:28 +0300 Subject: [PATCH] Set Vite from "WS" to "WSS" --- vite.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vite.config.js b/vite.config.js index f4b0b90..a418a88 100644 --- a/vite.config.js +++ b/vite.config.js @@ -33,12 +33,13 @@ export default defineConfig({ //host: 'localhost', // CRITICAL, OK //host: true, // LOOP //host: '0.0.0.0', // LOOP - protocol: 'ws', // OK + protocol: 'wss', // OK //protocol: 'wss', // LOOP port: 80, //port: 443, // OK //Port: 443, // OK //port: 3000, + clientPort: 80, //clientPort: 3001, //clientPort: 443, // LOOP },