SvelteKit environment variables on Cloudflare

If the Cloudflare Adapter reads wrangler.toml [vars] the below will display 4 environment variables:

    {
  "static_secret": "Build time secret goes here",
  "static_env_var": "Build time env var goes here",
  "dynamic_secret": "Runtime secret goes here",
  "dynamic_env_var": "Runtime env var goes here"
}