I am currently working on migrating a project from just a single app repo to a monorepo with Turborepo. I was able to update the settings in Vercel to at least build the Next.js application in my PR with the new monorepo structure. However, I can't get it to build my Sanity studio because that isn't imported into Vercel.
My project structure looks like apps/web and apps/studio where web is just a copy of what I had at the root level when it wasn't a monorepo and studio is my Sanity CMS studio. Is there a way to bring this into Vercel so that it too can be built in my PR?
