diff --git a/AssistBDD.ps1 b/AssistBDD.ps1 index 2cfd154..e2124da 100644 --- a/AssistBDD.ps1 +++ b/AssistBDD.ps1 @@ -3,7 +3,7 @@ $frontendPath = $PSScriptRoot + "\..\AssistDB_V2_Front" Start-Job -Name Backend -Args $backendPath { param($backendPath) Set-Location $backendPath; git pull; mvn spring-boot:run } Start-Job -Name Frontend -Args $frontendPath{ param($frontendPath) Set-Location $frontendPath; git pull; ng serve } -Start-Process "http://localhost:4200/" +Start-Process "http://localhost:9002/" $text = 'Tapez "stop" pour stopper les applications ou "log" pour afficher les logs: ' $continue=1 while ($continue -eq 1){