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

View File

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