From e89f9e4050ff045580ae0610812b07350f0d1851 Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Wed, 28 May 2025 22:33:56 -0400 Subject: [PATCH] Update StackMonkey.ps1 --- StackMonkey.ps1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/StackMonkey.ps1 b/StackMonkey.ps1 index 726318b..882d296 100644 --- a/StackMonkey.ps1 +++ b/StackMonkey.ps1 @@ -1058,5 +1058,8 @@ function Start-Server { #endregion -# Bootstrap: launch the server +# open browser on whatever port you've set +Start-Process "http://localhost:$Port" + +# now start your server (this will block until you hit Exit in the UI) Start-Server