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

View File

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