|
@@ -111,9 +111,9 @@ export SENTRY_UI_HOT_RELOAD=1
|
|
|
|
|
|
### You can override the exported variables with a .env file
|
|
|
# All exports should happen before here unless they're safeguarded (see devenv error reporting below)
|
|
|
-if [ -f '.env' ]; then
|
|
|
- debug "Loading variables from .env file..."
|
|
|
- dotenv .env
|
|
|
+if [ -f "${HERE}/.env" ]; then
|
|
|
+ debug "Loading variables from ${HERE}/.env"
|
|
|
+ dotenv "${HERE}/.env"
|
|
|
fi
|
|
|
|
|
|
## Notify of reporting to Sentry
|