# Export .env variables if .env file exists
# https://stackoverflow.com/a/34093548
set -a
[ -f .env ] && source .env
set +a
Created
September 9, 2024 15:50
-
-
Save kjivan/5f73483b4699fc15969c17ed02ddd59d to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment