Update StackMonkey.ps1

This commit is contained in:
2025-05-28 22:33:56 -04:00
parent 593bbbe1d0
commit e89f9e4050

View File

@@ -1058,5 +1058,8 @@ function Start-Server {
#endregion #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 Start-Server