Update vite.config.js

This commit is contained in:
fISHIE
2023-04-21 01:47:58 +05:00
committed by GitHub
parent 9e34df18ee
commit 49d81610a2

View File

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