Environment variables registered on the Deno Deploy dashboard were read with Deno.env.get() at the top level of a module to build a database client (Turso/libsql). Locally with a .env file it worked, but the deployment failed with: error: Uncaught (in promise) LibsqlError: URLINVALID: The URL is not in a valid format — because Deno.env.get("tursourl") returned undefined at module evaluation time.