Deploying multiple apps at one using turborepo in vercel
Answered
Asian black bear posted this in #help-forum
Asian black bearOP
I took a clone of micro-frontend from vercel example repository but when I was trying to create a build I'm getting an error that the public directory was not found. I fix that by updating the root to one to of the app roots. But how can I deploy multiple apps together? 2) How multizone works in turborepo.
6 Replies
Umm, I believe you've to deploy them as a separate app
Answer
I'm unsure if I understood your question correcetly
@Asian black bear updates?
Asian black bearOP
Okay so we need to deploy each app secretly because in local when we run it using turbo. It will run each app. But i guess in build it's different right
With vercel, you can deploy one at a time
Asian black bearOP
Okay thank you.