Vars cloudflare workers
I'm experiencing an issue where environment variables set via the Cloudflare dashboard are being erased after each deployment. My wrangler.json defines empty vars, but even after populating them in the dashboard, new deployments reset all values to empty. How can I preserve my environment variables between deployments?
Even after completely removing the "vars" section from my wrangler config, the problem persists with CI/CD deployments still wiping out all variable values.
Even after completely removing the "vars" section from my wrangler config, the problem persists with CI/CD deployments still wiping out all variable values.
