Skip to content

Latest commit

 

History

History

turborepo-vercel

Remix Turborepo Vercel

Example of setting up a Remix app that will be deployed to Vercel from inside a Turborepo monorepo.

Preview

Open this example on CodeSandbox:

Open in CodeSandbox

Example

In order for this to work, your Vercel config should look like this:

build command:

cd ../.. && npx turbo run build --scope=remix-app --include-dependencies --no-deps

Vercel project config