Compare commits

..

1 commit

Author SHA1 Message Date
ale
55ad588b38 Arreglada configuración de vite 2025-09-18 18:27:29 -03:00

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({