update vite para receber mycloset.epvc.pt

This commit is contained in:
2026-04-20 15:18:23 +01:00
parent 74d1212a07
commit e97711ab2f

View File

@@ -6,6 +6,7 @@ export default defineConfig({
plugins: [react()], plugins: [react()],
server: { server: {
host: true, // Permite acesso externo host: true, // Permite acesso externo
port: 5173 // Opcional, para garantir a porta port: 5173, // Opcional, para garantir a porta
allowedHosts: ['mycloset.epvc.pt', 'localhost'],
} }
}) })