Skip to content

Commit 8e0a3a9

Browse files
committed
added vercel root directory warning
1 parent 609a15e commit 8e0a3a9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/vercel-integration.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ You can connect Vercel from two entry points:
6969
When installing from the Vercel Marketplace, default build settings are applied automatically. You can adjust them later in your project settings.
7070
</Note>
7171

72+
<Warning>
73+
**Vercel Root Directory:** If your Vercel project uses a **Root Directory** (e.g. you deploy a single subfolder such as `app` or `web`), you may see "The specified Root Directory does not exist" after connecting the integration. Use the **repository root** (leave Root Directory empty) in your Vercel project settings instead. Trigger.dev always builds from the repo root; point to your app or tasks in a subfolder by setting the **Trigger config file** path (and other [Build options](#build-settings)) in your Trigger.dev project configuration.
74+
</Warning>
75+
7276
## Environment variable sync
7377

7478
The integration syncs environment variables in both directions:

0 commit comments

Comments
 (0)