Hi there.
I have a variable called DEBUG in my Doppler project (and all configs).
When I start my project like this locally; doppler run -- npm run dev, would it be possible to let any locally defined DEBUG take precedence?
Extra context:
You might wonder why I even would like the DEBUG variable to be part of Doppler. The reason here is pretty simple. I’m trying to prepare for the near future where our project is moving to the edge (instead of node.js runtime) on the Vercel platform. We are using Sveltekit, and reading env secrets from ‘$env/static/private’.