mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-10 18:18:56 -04:00
- Add e2e test that starts a registry server, runs `pnpm install` with `--config.pnpm-registry`, and verifies the server received requests - Fix config flow: add pnpmRegistry to PnpmSettings, OptionsFromRootManifest, install command rcOptionsTypes, InstallDepsOptions, and RecursiveOptions - Fix headlessInstall call: pass lockfileDir and dir explicitly - Fix server: remap temp-dir importer IDs to "." in returned lockfile The server is contacted and returns data successfully. Headless install integration still needs work — the lockfile importer format from the server doesn't fully match what headlessInstall expects.