`vercel env pull` adds quotes to the output file

I use JSON.parse on the env and the quotes borks my setup

Expected

// .env
foo=bar

Actual

// .env
foo="bar"


bump bump bump bump (post must have at least 20 characters)

Hey,

Thanks for reporting this issue. I have forwarded this internally to take a closer look.