Update StackMonkey.ps1

This commit is contained in:
2025-06-22 16:32:47 -04:00
parent e5f618fe53
commit 13735b9a93

View File

@@ -1325,14 +1325,15 @@ function Start-Server {
#endregion
# Only launch UI if not in silent mode
if (-not $SilentInstall) {
# open browser on whatever port you've set
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
}
#endregion
# open browser on whatever port you've set
#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