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'], } })