[CHORE] Upgarding Component

This commit is contained in:
Dunemask 2024-07-27 08:52:35 -06:00
parent 8c58951fd3
commit 455ceb11e4
4 changed files with 54 additions and 3 deletions

View file

@ -8,7 +8,7 @@ export default () => {
port: process.env.VITE_DEV_PORT ?? 5173,
host: "0.0.0.0",
hmr: {
protocol: process.env.VITE_DEV_PROTOCOL ?? "wss",
protocol: process.env.VITE_DEV_PROTOCOL ?? "ws",
},
},
build: {