Update vite.config.js

This commit is contained in:
fISHIE 2023-04-21 01:50:39 +05:00 committed by GitHub
parent 49d81610a2
commit 3117767e3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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