Moderpo
Referencing environment variables from .env in deno compile or deno task commands
also, if someone's looking for a hacky solution for this, read about env files in the documentation and change your command to load the env variables by running a script first and then executing the actual command. You can string commands together using
&&
. This will cause the second command to execute if and after the first successfully completes.6 replies