Files
unionflow-client-quarkus-pr…/unionflow-mobile-apps/test_temp.ps1
2025-08-20 21:00:35 +00:00

19 lines
764 B
PowerShell
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Script pour tester la version temporaire uniquement
Write-Host "🚀 Test de la version temporaire..." -ForegroundColor Cyan
# S'assurer qu'on utilise la version temporaire
Copy-Item "lib\main_temp.dart" "lib\main.dart" -Force
Write-Host "✅ Version temporaire activée!" -ForegroundColor Green
Write-Host "📱 Maintenant lancez:" -ForegroundColor Yellow
Write-Host " flutter run" -ForegroundColor White
Write-Host ""
Write-Host "🔑 Identifiants de test:" -ForegroundColor Magenta
Write-Host " 📧 Email: admin@unionflow.dev" -ForegroundColor White
Write-Host " 🔑 Mot de passe: admin123" -ForegroundColor White
Write-Host ""
Write-Host " Cette version utilise des services temporaires sans dépendances complexes" -ForegroundColor Blue