File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
1923You 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
94110The integration syncs environment variables in both directions:
You can’t perform that action at this time.
0 commit comments