This commit is contained in:
2026-02-25 09:59:12 +00:00
parent a895f83db7
commit c4164e50a0
12 changed files with 303 additions and 434 deletions

View File

@@ -5,12 +5,11 @@ export default defineConfig({
plugins: [react()],
server: {
port: 5173,
host: '0.0.0.0', // Permite acesso de outras interfaces
host: '0.0.0.0',
strictPort: false, // Tenta outra porta se 5173 estiver ocupada
allowedHosts: ['smartagenda.epvc.pt'],
allowedHosts: ['smartagenda.epvc.pt', 'localhost', '127.0.0.1'],
},
});