Arreglada configuración de vite

This commit is contained in:
Alejandro Tasistro 2025-09-18 18:27:29 -03:00
parent 0f8e58841e
commit 55ad588b38

View file

@ -6,6 +6,14 @@ export default defineConfig({
server: {
host: '0.0.0.0',
port: 5173,
cors: true,
hmr: {
host: process.env.VITE_DEV_SERVER_URL || 'localhost',
clientPort: 5173,
},
watch: {
usePolling: true,
}
},
plugins: [
laravel({