main
floxx2112 2 years ago
parent 294ea81efd
commit f101310ca0
  1. 2
      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){

Loading…
Cancel
Save