From a35ce22ae36aee0739474e9356e02244a780c851 Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Wed, 28 May 2025 23:40:42 -0400 Subject: [PATCH] Update StackMonkey.ps1 --- StackMonkey.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StackMonkey.ps1 b/StackMonkey.ps1 index 010d87b..a836e64 100644 --- a/StackMonkey.ps1 +++ b/StackMonkey.ps1 @@ -1064,7 +1064,7 @@ function Start-Server { #endregion # open browser on whatever port you've set -Start-Process "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