From cd749f9849be855e1b7a5b3aacc0a4966d7ae8a5 Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Sat, 28 Jun 2025 15:29:06 -0400 Subject: [PATCH] Added notes at the top --- StackMonkey.ps1 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 <#