Update vite.config.js

This commit is contained in:
fISHIE 2023-04-21 01:44:03 +05:00 committed by GitHub
parent 3bf9ea182f
commit 84736a3aff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,11 @@ export default defineConfig({
},
server: {
host: true,
port: 80
port: 80,
strictPort: true,
hmr: {
port: 443,
},
}
});