Skip to content

Commit 0db50bd

Browse files
docs: clarify trigger.config.ts requirement in Vercel integration
1 parent 8c56d85 commit 0db50bd

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

docs/vercel-integration.mdx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ This eliminates the need to manually run the `trigger.dev deploy` command or mai
1414
well, since Trigger.dev builds your tasks from your GitHub repository.
1515
</Note>
1616

17+
<Note>
18+
Make sure you've completed the [Quickstart](/quickstart) first, including creating your `trigger.config.ts` file.
19+
</Note>
20+
1721
## Installation
1822

1923
You can connect Vercel from two entry points:
@@ -89,6 +93,18 @@ You can connect Vercel from two entry points:
8993
from the repo root.
9094
</Warning>
9195

96+
## Required Trigger Config
97+
98+
Make sure your project includes a `trigger.config.ts` file in the root of your repository.
99+
100+
Trigger.dev looks for this file by default to configure your triggers. If it's missing, you may see an error like:
101+
102+
```
103+
Error: The trigger config file was not found. By default, we look for a trigger.config.ts file in the root of your repository.
104+
```
105+
106+
If your config file is located in a different directory, you can specify its path in your project's build configuration settings.
107+
92108
## Environment variable sync
93109

94110
The integration syncs environment variables in both directions:

0 commit comments

Comments
 (0)