Skip to content

Commit 3e5a97c

Browse files
authored
Add instructions for triggering job runs to the job catalog readme
1 parent c0aa663 commit 3e5a97c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

references/job-catalog/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ cd references/job-catalog
2828
pnpm run dev:trigger
2929
```
3030

31+
Navigate to your trigger.dev instance ([http://localhost:3030](http://localhost:3030/) when running locally, or if you are using the cloud version it's [cloud.trigger.dev](https://cloud.trigger.dev)), to see the jobs. You can use the test feature to trigger them. See our [testing jobs docs](https://trigger.dev/docs/documentation/guides/testing-jobs) for more info.
32+
3133
### Adding a new file
3234

3335
You can add a new file to `src` with it's own `TriggerClient` and set of jobs (e.g. `src/events.ts`)

0 commit comments

Comments
 (0)