Refactor Vite server configuration by removing HMR host setting

This commit is contained in:
becarta
2025-05-16 00:31:10 +02:00
parent 195e4ba432
commit 046b5241a2
32 changed files with 11691 additions and 4 deletions

View File

@@ -14,10 +14,7 @@ export default defineConfig({
server: {
host: '0.0.0.0',
port: 3000,
open: true,
hmr: {
host: 'localhost'
}
open: true
},
resolve: {
extensions: ['.mjs', '.js', '.ts', '.jsx', '.tsx', '.json', '.svelte']