Maybe I am doing something wrong, but I cannot for the life of me deploy from a yarn workspaces monorepo.
I added the base:
// astro.config.msj
{
base: '/docs',
}

It won't build properly because it won't build my other dependencies.
So if I remove the base, it fails because it can't find the docs/dist directory.
I need a way to build from the root and deploy from a path, but it doesn't seem as though one is exposed.
Maybe I am doing something wrong, but I cannot for the life of me deploy from a yarn workspaces monorepo.
I added the base:
It won't build properly because it won't build my other dependencies.
So if I remove the base, it fails because it can't find the
docs/distdirectory.I need a way to build from the root and deploy from a path, but it doesn't seem as though one is exposed.