Concept Flow - Environment variables ($env)
Define env variables in .env file
SvelteKit reads .env on build/start
Access variables via $env/static/private or $env/static/public
Use variables in Svelte components or server code
Build app with env values embedded
Run app with env values available
This flow shows how environment variables are defined, accessed in SvelteKit using $env, and used during build and runtime.