I use JSON.parse on the env and the quotes borks my setup
Expected
// .env
foo=bar
Actual
// .env
foo="bar"
I use JSON.parse on the env and the quotes borks my setup
// .env
foo=bar
// .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.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.