When building applications with vercel, sometimes we want to expose vercel system environment variables to the client, or building variables from parts
For example, I want to use the VERCEL_GIT_COMMIT_REF in my client-side frontend as PUBLIC_NAMESPACE for SvelteKit to allow it.
Thanks for the suggestion! I’ve passed this feedback to the engineering team to consider for a feature update.
With Svelte, I would actually recommend using the steps outlined in the SvelteKit docs if you want to expose system env vars to the client: Vercel • Docs • SvelteKit