Closed DreamTexX closed 3 years ago
As the title says, when I put an underscore in the value, it will get parsed as whitespace:
#./.env KEY=SOME_VALUE
// ... config({}) console.log(Deno.env.get("KEY")) // => "SOME VALUE"
Nvm, terminal was not showing it
As the title says, when I put an underscore in the value, it will get parsed as whitespace: