diff --git a/web/vite.config.ts b/web/vite.config.ts index 970c384..023c815 100644 --- a/web/vite.config.ts +++ b/web/vite.config.ts @@ -7,8 +7,10 @@ export default defineConfig({ port: 5173, host: '0.0.0.0', // Permite acesso de outras interfaces strictPort: false, // Tenta outra porta se 5173 estiver ocupada + allowedHosts: ['smartagenda.epvc.pt'], }, }); +