I'd used proto pin pnpm 11 which generates an entry in .protools. It appears it is overridden by whatever is set as packageManager in package.json...
I think that's probably the right place for the config, as it allows other tools/build environments to resolve the correct package manager, but I think that means proto should refuse to pin it, or at least issue a warning if it's configured both places
I'd used
proto pin pnpm 11which generates an entry in.protools. It appears it is overridden by whatever is set aspackageManagerinpackage.json...I think that's probably the right place for the config, as it allows other tools/build environments to resolve the correct package manager, but I think that means
protoshould refuse to pin it, or at least issue a warning if it's configured both places