From f101310ca091da5277f374237049d324b90f8a53 Mon Sep 17 00:00:00 2001 From: floxx2112 Date: Mon, 20 Mar 2023 16:30:36 +0100 Subject: [PATCH] maj port --- AssistBDD.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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){