You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ($PSVersionTable.PSEdition-eq'Desktop'-or [System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform([System.Runtime.InteropServices.OSPlatform]::Windows))
{
# ---- Windows ----
Start-Processcmd.exe-ArgumentList "/k cd /d app/Shopularity.Admin && title Shopularity.Admin && dotnet run -c Debug"-NoNewWindow:$false-Wait:$false
Start-Processcmd.exe-ArgumentList "/k cd /d app/Shopularity.Public && title Shopularity.Public && dotnet run -c Debug"-NoNewWindow:$false-Wait:$false