diff options
-rw-r--r-- | .envrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ PATH_add $PWD export BIZ_ROOT=$PWD export HERO_PORT=3000 export HERO_CLIENT=$BIZ_ROOT/_bild/Hero.Client/static +export GUILE_LOAD_PATH=$PWD if type lorri &>/dev/null then eval "$(lorri direnv)" |