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: trigger-nextjs-hello-world/README.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,5 @@
1
1
# Next.js + Trigger.dev Hello World
2
2
3
-
[](https://vercel.com/new/clone?repository-url=https://github.com/triggerdotdev/trigger-nextjs-hello-world)
4
-
5
3
A minimal Next.js app that triggers a background task from an API route. Click a button, fire a task, watch it run on [Trigger.dev](https://trigger.dev).
6
4
7
5
The whole thing is ~20 lines of task code in `trigger/hello-world.ts`.
@@ -22,10 +20,6 @@ pnpm dev # Next.js on :3000
22
20
npx trigger dev # Trigger.dev dev server
23
21
```
24
22
25
-
## Deploy to Vercel
26
-
27
-
Click the deploy button above, then install the [Trigger.dev Vercel integration](https://vercel.com/marketplace/trigger) to automatically sync your environment variables.
0 commit comments