The trigger.dev dev command is used to run your tasks locally.
This runs a server on your machine that can execute Trigger.dev tasks:
Copy
Ask AI
npx trigger.dev@beta dev
You will see in the terminal that the server is running and listening for requests. When you run a task, you will see it in the terminal along with a link to view it in the dashboard.It is worth noting that each task runs in a separate Node process. This means that if you have a long-running task, it will not block other tasks from running.