From eb87820b74818233443c799503b1e9c268d2134d Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Sat, 28 Jun 2025 19:57:10 -0400 Subject: [PATCH] Update StackMonkey.ps1 --- StackMonkey.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/StackMonkey.ps1 b/StackMonkey.ps1 index c38042c..3c00dac 100644 --- a/StackMonkey.ps1 +++ b/StackMonkey.ps1 @@ -1388,8 +1388,8 @@ function Start-Server { # Only launch UI if not in silent mode if (-not $SilentInstall) { # open browser on whatever port you've set - Start-Process "microsoft-edge:http://localhost:$Port" - # Start-Process "msedge.exe" -ArgumentList "--app=http://localhost:$Port" + # Start-Process "microsoft-edge:http://localhost:$Port" + Start-Process "msedge.exe" -ArgumentList "--app=http://localhost:$Port" # now start your server (this will block until you hit Exit in the UI) Start-Server }