[PR #8600] [MERGED] chore: enable global virtual store for git worktree support #24989

Closed
opened 2026-04-15 22:40:32 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/8600
Author: @himself65
Created: 3/13/2026
Status: Merged
Merged: 3/13/2026
Merged by: @himself65

Base: canaryHead: feat/enable-global-virtual-store


📝 Commits (1)

  • bd30c85 chore: enable global virtual store for git worktree support

📊 Changes

1 file changed (+2 additions, -0 deletions)

View changed files

📝 pnpm-workspace.yaml (+2 -0)

📄 Description

Summary

  • Adds enableGlobalVirtualStore: true to pnpm-workspace.yaml to enable pnpm's git worktree support
  • This allows multiple git worktrees to share a single content-addressable store, so each worktree's node_modules contains only symlinks instead of duplicated packages

Test plan

  • Verify pnpm install works correctly in the main checkout
  • Verify pnpm install works correctly in a git worktree

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/8600 **Author:** [@himself65](https://github.com/himself65) **Created:** 3/13/2026 **Status:** ✅ Merged **Merged:** 3/13/2026 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `feat/enable-global-virtual-store` --- ### 📝 Commits (1) - [`bd30c85`](https://github.com/better-auth/better-auth/commit/bd30c8558772b620e082729a760fe07c51eb337a) chore: enable global virtual store for git worktree support ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `pnpm-workspace.yaml` (+2 -0) </details> ### 📄 Description ## Summary - Adds `enableGlobalVirtualStore: true` to `pnpm-workspace.yaml` to enable pnpm's [git worktree support](https://pnpm.io/next/git-worktrees) - This allows multiple git worktrees to share a single content-addressable store, so each worktree's `node_modules` contains only symlinks instead of duplicated packages ## Test plan - [x] Verify `pnpm install` works correctly in the main checkout - [x] Verify `pnpm install` works correctly in a git worktree --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-15 22:40:32 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#24989