diff --git a/StackMonkey.ps1 b/StackMonkey.ps1 index 7efb843..66ced1c 100644 --- a/StackMonkey.ps1 +++ b/StackMonkey.ps1 @@ -1,6 +1,9 @@ # region changes to be done - # line 415 - 424 would get th url key and secret from n8n for line 134-147 - +# if (Get-Command msedge.exe -ErrorAction SilentlyContinue) { +# Start-Process msedge.exe -ArgumentList "--app=http://localhost:$Port" +#} else { +# Start-Process "microsoft-edge:http://localhost:$Port" +#} #endregion <#