Update vite.config.js

This commit is contained in:
fISHIE
2023-04-21 02:06:29 +05:00
committed by GitHub
parent e325866151
commit 8f88c0a5b2

View File

@ -10,6 +10,8 @@ export default defineConfig({
server: { server: {
hmr: { hmr: {
clientPort: 5173, clientPort: 5173,
host: "localhost",
protocol: "ws"
}, },
}, },
}, },