From 7a3e0214dcee656aec17f6252b64a3d3d80c20da Mon Sep 17 00:00:00 2001 From: ryoppippi <1560508+ryoppippi@users.noreply.github.com> Date: Sun, 8 Feb 2026 10:23:20 -0800 Subject: [PATCH] chore(envrc): add watch_file for pnpm-lock.yaml and pnpm-workspace.yaml Ensures direnv reloads the environment when dependency lockfile or workspace configuration changes, so the shell stays in sync with project settings such as allowBuilds and strictDepBuilds. --- .envrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.envrc b/.envrc index 3550a30..eebb271 100644 --- a/.envrc +++ b/.envrc @@ -1 +1,3 @@ +watch_file pnpm-lock.yaml +watch_file pnpm-workspace.yaml use flake