Update vite.config.js

This commit is contained in:
fISHIE
2023-04-21 01:45:43 +05:00
committed by GitHub
parent 98f727da36
commit 9e34df18ee

View File

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