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

View File

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