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
chore(cli): drop unused exports from trigger.dev/internal
Audit of the downstream scripts (build.mjs / register.mjs in govsignals)
showed two re-exports nothing imports:
- CliApiClient: scripts use `getProjectClient`, which returns an
engine-bound CliApiClient internally. Nobody constructs one directly.
- saveLogs: added speculatively for `--save-logs` parity but never wired up.
Drop both. Future-callers can request them back via PR if there's a real
need.
Co-authored-by: Cursor <cursoragent@cursor.com>
0 commit comments