Update StackMonkey.ps1

This commit is contained in:
2025-05-28 23:40:42 -04:00
parent 37cd075715
commit a35ce22ae3

View File

@@ -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