Netlify deployment with Turborepo mono repo
I have a
turborepo
repository using pnpm
and workspaces. I use Netlify to deploy my client application. I use build
, not generate
.
I've set up the Netlify application using a GitHub repository, and it automatically detected the repository structure and added some build settings. I manually changed the "Publish directory" from dist
to .output
, and I can see that Netlify recognizes the correct folder.
The deployment succeeds, but the page is not found. I guess the issue is with the folders. There are two folders: public
and server
, and Netlify can't know which folder and file will be used.
Can someone help me with the issue?1 Reply
+ For Vercel users: I'd appreciate it if you're good at Vercel builds!