mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-17 23:09:35 +00:00
Add revenue discovery APIs/services, launch verification gates, CI quality checks, and frontend E2E/docs updates to prepare the branch for production go-live. Made-with: Cursor
8 lines
352 B
PowerShell
8 lines
352 B
PowerShell
# Thin wrapper: always resolves paths from salesflow-saas root.
|
|
# Examples:
|
|
# .\verify-launch.ps1
|
|
# .\verify-launch.ps1 -WithOpenApiGate # includes hardening + AI quality gates
|
|
# .\verify-launch.ps1 -HttpCheck -SoftReady
|
|
# .\verify-launch.ps1 -HttpOnly -BaseUrl "http://127.0.0.1:8001"
|
|
& "$PSScriptRoot\scripts\grand_launch_verify.ps1" @args
|