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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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