feat: CLI collection runner command generation UI flow (#4141)

Co-authored-by: nivedin <nivedinp@gmail.com>
This commit is contained in:
James George
2024-06-27 06:47:56 -07:00
committed by GitHub
parent a9afb17dc0
commit 3b70668162
11 changed files with 586 additions and 99 deletions

View File

@@ -20,6 +20,7 @@ interface ImportMetaEnv {
readonly VITE_BACKEND_GQL_URL: string
readonly VITE_BACKEND_WS_URL: string
readonly VITE_BACKEND_API_URL: string
readonly VITE_SENTRY_DSN?: string
readonly VITE_SENTRY_ENVIRONMENT?: string