You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to run the store server as a shared resource for several CI/CD pipelines to gain the benefits of shared caches (many deps are shared between projects) and also network efficiency (the server will run inside the network).
What I don't see is a way to influence the CLI tool which host to use as the server?
It looks like remotePrefix is the value that needs to be set, but I don't see how I can do it via a CLI option or, ideally, an env var.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I want to run the store server as a shared resource for several CI/CD pipelines to gain the benefits of shared caches (many deps are shared between projects) and also network efficiency (the server will run inside the network).
What I don't see is a way to influence the CLI tool which host to use as the server?
It looks like
remotePrefix
is the value that needs to be set, but I don't see how I can do it via a CLI option or, ideally, an env var.pnpm/store/server/src/connectStoreController.ts
Lines 20 to 25 in 27c33f0
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions