Hi! I already have app with turborepo (its monorepo) and i want to deploy it on the Vercel. They problem is that i can deploy my frontend (in vue) when i point directly to the apps/frontend directory, but i cannot do the same with my apps/backend, its always 404 not found and idk how to handle that.. (Also as its API i've tried to check this url with postman but it responded with same results 'not found'...)
I have vercel.json in apps/backend which is redirecting everything to /api (because i found that vercel needs to have everything on /api route) like here: