Skip to content

Commit

Permalink
Set Vite from "WS" to "WSS"
Browse files Browse the repository at this point in the history
  • Loading branch information
Gesugao-san committed Feb 13, 2024
1 parent 33c832e commit 99fc1b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down

0 comments on commit 99fc1b3

Please sign in to comment.