Use env instead of env.local

This commit is contained in:
Jon Staab
2025-05-12 08:27:46 -07:00
parent 52ef67740a
commit 317ab57ed2
6 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ if [ -f .env.template ]; then
source .env.template
fi
if [ -f .env.local ]; then
source .env.local
if [ -f .env ]; then
source .env
fi
# Avoid overwriting env vars provided directly