Skip to content

Commit 5915bf9

Browse files
committed
chore: support parent .envrc files
1 parent 265882a commit 5915bf9

File tree

1 file changed

+3
-0
lines changed
  • packages/composer/amazeelabs/silverback-cli/assets

1 file changed

+3
-0
lines changed

packages/composer/amazeelabs/silverback-cli/assets/.envrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
# Automatic environment switching with direnv
33
# https://direnv.net/
44

5+
# Load the parent .envrc file in case of a monorepo
6+
source_up_if_exists
7+
58
# Add the current composer bin directory to $PATH
69
export PATH=$PATH:$(pwd)/vendor/bin
710
export PATH=$PATH:$(pwd)/node_modules/.bin

0 commit comments

Comments
 (0)