pnpm and monorepo deployment
k-xo
PROOP

a year ago

I'm trying to deploy a server on a monorepo I'm using pnpm workspaces, I'm trying to deploy using the path for a server only, but the pnpm lockfile isn't present in this directory so deployment fails, what would be the best way to deploy the monorepo and this individual "app" within the monorepo

2 Replies

k-xo
PROOP

a year ago

fad0fbfe-85b5-4b3b-80d5-e13132517246


brody
EMPLOYEE

a year ago

you do not want to use the root directory setting for a shared monorepo, you just need to set the correct build and start commadns


Loading...