You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: anchor-browser-web-scraper/README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,8 @@ export default defineConfig({
58
58
59
59
### Core Monitoring Job
60
60
61
-
Create a new file within your project subfolder for trigger.dev functions, src/trigger/broadway-monitor.ts. Below is our Broadway ticket monitor task that runs daily at 5pm ET:
61
+
Create a new file within your project subfolder for trigger.dev functions, [src/trigger/broadway-monitor.ts](src/trigger/broadway-monitor.ts). Below is our Broadway ticket monitor task that runs daily at 5pm ET:
62
+
62
63
63
64
```
64
65
import { schedules } from "@trigger.dev/sdk";
@@ -121,3 +122,7 @@ Run the Trigger.dev development server from your project root directory to regis
121
122
```
122
123
npx trigger.dev@latest dev
123
124
```
125
+
126
+
### Learn more
127
+
-[Trigger.dev docs](https://trigger.dev/docs) - learn about Trigger.dev
128
+
-[Anchor Browser docs](https://docs.anchorbrowser.io/introduction) - learn about Anchor Browser
0 commit comments