trigger.dev
trigger.dev copied to clipboard
[TRI-4379] "No tasks defined" error (>= 3.3.11)
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