harshrastogiexe
loadEnvFile
Yes @johandalabacka , opened a issue for same: https://github.com/denoland/deno/issues/28017
5 replies
loadEnvFile
This is Node.JS api, in deno you can simply pass then env file using
deno run --env=env-file foo.ts
For more more info check this out: https://docs.deno.com/runtime/reference/env_variables/#.env-file5 replies