Skip to content

Commit

Permalink
build(direnv): include dev.env if exists (#65)
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Troian <[email protected]>
  • Loading branch information
troian committed Jul 17, 2023
1 parent e63fa1d commit 751deb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export AKASH_ROOT=$(pwd)

dotenv
dotenv_if_exists dev.env

PATH_add "$AKASH_DEVCACHE_NODE_BIN"
PATH_add "$AKASH_DEVCACHE_BIN"
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ go.work

# coverage
coverage.txt

dev.env

0 comments on commit 751deb8

Please sign in to comment.