199 write-host

This commit is contained in:
2025-06-29 14:31:25 -04:00
parent 888847db06
commit 3103e9feaf

View File

@@ -196,7 +196,7 @@
} }
'UI' { 'UI' {
Write-LogHybrid "Launching UI" Info Startup Write-Host "Launching UI" Info Startup -ForegroundColor Cyan
Write-Host "Starting ScriptMonkey UI on http://localhost:$Port/" -ForegroundColor Cyan Write-Host "Starting ScriptMonkey UI on http://localhost:$Port/" -ForegroundColor Cyan
Start-Process "msedge.exe" -ArgumentList "--app=http://localhost:$Port" Start-Process "msedge.exe" -ArgumentList "--app=http://localhost:$Port"
Start-Server # blocks until you click Exit Start-Server # blocks until you click Exit