Example of setting up a Remix app that will be deployed to Vercel from inside a Turborepo monorepo.
Open this example on CodeSandbox:
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