Update vite.config.js

This commit is contained in:
fISHIE 2023-04-21 01:58:38 +05:00 committed by GitHub
parent 54a1a9f2ef
commit d580b230c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ export default defineConfig({
port: 5173,
https: true,
hmr: {
host: "honestyui.sar.sh/",
host: "honestyui.sar.sh",
port: 5173,
protocol: "wss",
}