-
Notifications
You must be signed in to change notification settings - Fork 354
Closed
Labels
Description
There are some differences between how the built-in Deno.env parses .env files and how @std/dotenv parses .env files. These differences should be documented at https://docs.deno.com/runtime/reference/env_variables/.
- Unquoted values with spaces
- Variable expansion
- Built-in Deno.env parses
$ENVVARIABLENAMEfor variable expansion- Could be escaped with a backslash character
- @std/dotenv doesn't
- Built-in Deno.env parses
Reactions are currently unavailable