You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
api: API_PG_DSN=$DATABASE_URL go run -mod=vendor ./cmd/tstr api --bootstrap-token dev
runner: go run -mod=vendor ./cmd/tstr run --insecure --access-token dev --accept-label-selectors "type=.*" --accept-label-selectors "region=.*" --accept-label-selectors "network=.*"
ui: go run -mod=vendor ./cmd/tstr ui --access-token dev
ui-vite: yarn --cwd ui/app vite --host --port 8080 --clearScreen false