Skip to content

Commit

Permalink
chore: support parent .envrc files
Browse files Browse the repository at this point in the history
  • Loading branch information
Leksat committed Sep 10, 2024
1 parent 265882a commit 5915bf9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/composer/amazeelabs/silverback-cli/assets/.envrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# Automatic environment switching with direnv
# https://direnv.net/

# Load the parent .envrc file in case of a monorepo
source_up_if_exists

# Add the current composer bin directory to $PATH
export PATH=$PATH:$(pwd)/vendor/bin
export PATH=$PATH:$(pwd)/node_modules/.bin
Expand Down

0 comments on commit 5915bf9

Please sign in to comment.