mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-18 15:29:36 +00:00
6 lines
245 B
PowerShell
6 lines
245 B
PowerShell
# Thin wrapper: always resolves paths from salesflow-saas root.
|
|
# Examples:
|
|
# .\verify-launch.ps1 -HttpCheck -SoftReady
|
|
# .\verify-launch.ps1 -HttpOnly -BaseUrl "http://127.0.0.1:8001"
|
|
& "$PSScriptRoot\scripts\grand_launch_verify.ps1" @args
|