trigger.dev icon indicating copy to clipboard operation
trigger.dev copied to clipboard

[TRI-4379] "No tasks defined" error (>= 3.3.11)

Open matt-aitken opened this issue 1 year ago • 0 comments

In packages >= 3.3.11 there is an error when running the dev/deploy commands: "No tasks defined".

I believe this is because of the change we made to how the entry points are determined.

I know that some users had issues with no dirs specified. Adding dirs: ["**/trigger"] fixed it for them.

Temporary fix

If you have this issue try adding dirs: ["**/trigger"] to your trigger.config file.

From SyncLinear.com | TRI-4379

matt-aitken avatar Jan 23 '25 00:01 matt-aitken