From e97711ab2f455da9235b4024f56b7a1865fdd2bf Mon Sep 17 00:00:00 2001 From: 230419 <230419@epvc.pt> Date: Mon, 20 Apr 2026 15:18:23 +0100 Subject: [PATCH] update vite para receber mycloset.epvc.pt --- vite.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vite.config.js b/vite.config.js index 7bef55c..36508cf 100644 --- a/vite.config.js +++ b/vite.config.js @@ -6,6 +6,7 @@ export default defineConfig({ plugins: [react()], server: { host: true, // Permite acesso externo - port: 5173 // Opcional, para garantir a porta + port: 5173, // Opcional, para garantir a porta + allowedHosts: ['mycloset.epvc.pt', 'localhost'], } })