# Sets environment variables for this project using https://direnv.net/
export COMPOSER=composer.json
# export DRUSH_OPTIONS_URI=http://0.0.0.0:8888
export WEB_ROOT=web
layout_php
# https://github.com/direnv/direnv/issues/544#issuecomment-598654584
[[ -f .envrc.local ]] && dotenv ".envrc.local"

