Good morning, in the case of a deployment with a next-forge monorepo, how do I access the app, web, docs, api, etc.?
Can I only do this if I already have a domain and subdomains registered to access app.domain.com, docs.domain.com, etc.? Considering that when I create an app in Vercel and I’m going to define the build point, I usually put apps/web as the main one, which in this case would be the landing page.
Or can I also access it even if I only have the default domain created by Vercel, maybe like this, https://appvercel.vercel.app/docs, for example, because I know that normally this URL would take me to the “docs” folder within apps/web with the default behavior of the router app.
I don’t know if I made myself clear, lol
Thanks.