How to run a specific environment while using the vite plugin?
I’ve set my environment variables for "dev" and "production" but i can’t set it to "dev" 😦
I’m using react router, which allows me to forward the
--mode arg but not pass an -e to wrangler1 Reply
https://developers.cloudflare.com/workers/vite-plugin/reference/cloudflare-environments/
Sounds like the recommendation is to pass
CLOUDFLARE_ENV=dev as an environment variable