I have a sensitive env var defined in the project in the dashboard, but when I pull the env locally to use with vercel dev, the sensitive vars dont get pulled (which makes sense, bc to make them sensitive they cant apply to the dev env). So then I add them to the local env file, but they're not being read locally by vercel dev.
- add sensitive env var to project in UI
- pull env file locally (either .env.local or .vercel/.env.development.local)
- Add sensitive vars to pulled file
- run vercel dev
- expect to be able to use sensitive env vars, but cant
Private, simple setup with VITE and Vercel Serverless functions using nodejs runtime.
