Closed northrn closed 2 months ago
@pontusab Project needs a "trigger" folder inside "jobs" where tasks are located. This will allow the Trigger CLI to find the tasks and connect to your dashboard to manage runs.
Tried creating a PR but can't submit as I'm not authorized.
Just merged a fix, add your project
in trigger.config.ts
and then run bun run dev:jobs
@pontusab no errors, but it's not finding the example.ts trigger. Any ideas?
✗ bun run dev:jobs
$ turbo jobs --filter=@v1/jobs
turbo 2.1.1
• Packages in scope: @v1/jobs
• Running jobs in 1 packages
• Remote caching disabled
No tasks were executed as part of this run.
Tasks: 0 successful, 0 total
Cached: 0 cached, 0 total
Time: 174ms
I had to make this update too in order for it to work for me, just FYI: https://github.com/midday-ai/v1/pull/40
Triggers cloud platform wants you to initialize Trigger in your project in order to link the two for creating and testing tasks. However the "npx trigger.dev@beta dev" command fails when running it in this project with the following message:
I tried overriding the current config but then I get the following error: