hosting monorepo vercel
I am trying to deploy a start app on vercel.
I have added the
preset: 'vercel' in the app.config.ts file. and on vercel I have setup this configuration for the build and deployement settings
with this configuration I got a blank page and no errors in the console
how can I deploy an app in a monorepo on vercel?3 Replies
like-goldā¢6mo ago
This is how I have it setup

national-goldOPā¢6mo ago
thanks! I've played around and it seems it was my turbo config that was wrong
I am now just using
pnpm build without any tubo stuff in my way and it works!like-goldā¢6mo ago
Yeah Iām also not using the turbo bits for deploying to vercel š