Update vite.config.js

This commit is contained in:
fISHIE
2023-04-21 02:07:57 +05:00
committed by GitHub
parent 8f88c0a5b2
commit 47688a7a4c

View File

@ -10,7 +10,7 @@ export default defineConfig({
server: { server: {
hmr: { hmr: {
clientPort: 5173, clientPort: 5173,
host: "localhost", host: "honestyui.sar.sh",
protocol: "ws" protocol: "ws"
}, },
}, },