diff --git a/runtime/reference/env_variables.md b/runtime/reference/env_variables.md index bdefcc5d..1b59e4d1 100644 --- a/runtime/reference/env_variables.md +++ b/runtime/reference/env_variables.md @@ -27,7 +27,8 @@ console.log(Deno.env.has("FIREBASE_AUTH_DOMAIN")); // true Deno supports `.env` files. You can cause Deno to read environment variables from `.env` using the `--env-file` flag: `deno run --env-file