From b31ca14a203a2b06a0c442c1e806b996223c96d7 Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Thu, 14 May 2026 11:40:05 +0200 Subject: [PATCH] Update .envrc file to support upcoming worktree groups (#3460) --- .envrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.envrc b/.envrc index 9d7a14f23e9..6b42fd7a3a0 100644 --- a/.envrc +++ b/.envrc @@ -1,3 +1,7 @@ +# Inherit from a parent .envrc when this repo is checked out as a worktree +# group (see https://github.com/nvie/worktrees). No-op in a normal checkout. +source_up_if_exists + layout node # Automatically put scripts/ in your $PATH, as long as you