Skip to content

Commit 576e2fb

Browse files
authored
chore(direnv): watch uv.lock for automatic environment reload (#143)
Add `watch_file uv.lock` to `.envrc` so that direnv triggers a re-evaluation of the environment whenever the lockfile changes. This ensures dependencies stay in sync without manual `direnv reload`.
1 parent cd86010 commit 576e2fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.envrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
watch_file uv.lock
12
use flake

0 commit comments

Comments
 (0)