Is to possible to host different microservices all at the same time using Turborepo with Vercel?
Unanswered
Barbary Lion posted this in #help-forum
Barbary LionOP
So I currently have multiple microservices all in a same folder but everytime I want to deploy them locally or on the web using Vercel I have to manually do that for all of them (by that I meant pushing commits one by one) which is time-consuming, I remember using Turborepo before to auto start all my servers at the same time locally but is it possible to push that to Vercel, I remember I had to then split them all out?