From ed520a034281c5faee15dab115b98acd76f55a36 Mon Sep 17 00:00:00 2001 From: Alexis Date: Wed, 22 Apr 2026 12:36:46 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20agregar=20configuraci=C3=B3n=20de=20allo?= =?UTF-8?q?wedHosts=20en=20el=20servidor=20de=20Vite?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/vite.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/vite.config.js b/frontend/vite.config.js index 3d15f68..331270c 100644 --- a/frontend/vite.config.js +++ b/frontend/vite.config.js @@ -8,4 +8,7 @@ export default defineConfig({ react(), tailwindcss(), ], + server: { + allowedHosts: 'all' + } })