From 14e5bac784ced08ceaa43de6f344fa520b962dc7 Mon Sep 17 00:00:00 2001 From: josedario87 Date: Sat, 14 Feb 2026 03:21:15 -0600 Subject: [PATCH] chore: Add z590.nucleoriofrio.com to Vite allowed hosts --- frontend/vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index 8ff8c13..886c00b 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -71,7 +71,7 @@ export default defineConfig({ server: { port: 4100, host: true, - allowedHosts: ['z590.interno.com', 'localhost'], + allowedHosts: ['z590.interno.com', 'z590.nucleoriofrio.com', 'localhost'], cors: true, proxy: { '/api': 'http://localhost:4101'