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
* chore: add worktree prepare script
Adds a scripts/worktree-prepare.sh that automates setting up a git
worktree: installs deps, links the Vercel project, and copies
.env.development.local from the main worktree. Exposed as
pnpm worktree:prepare.
* fix: skip env copy when running from primary worktree
cp fails on self-copy under set -e when the main worktree is also the
current directory. Guard the copy step with a path comparison.
0 commit comments