Retrieve a value from the environment variables. If the key is not found, an error is thrown. An optional fallback value can be provided.
The key to fetch from the environment variables.
Optional
fallback: Environment[Key]An optional fallback value to return if the key is not found.
Access environment variables in your Edge-first application.