Trigger.dev tasks for Recoup API integrations.
- Node.js 20.x or later
- pnpm 9.x
Install dependencies:
pnpm iStart the Trigger.dev development server:
pnpm devThis will start the Trigger.dev CLI in development mode, allowing you to:
- Run tasks locally
- Test task executions
- View task logs and debugging information
Deploy to production:
pnpm run deploy:trigger-prodsrc/tasks/- Task definitionssrc/recoup/- Recoup API client functionstrigger.config.ts- Trigger.dev configuration