Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: make deno executable name configurable
At [pixi](https://github.com/prefix-dev/pixi) we use the `deno_task_shell` in a very similar way as deno does. Like deno, `pixi` can manage packages, including deno. However, with the current setup `pixi run deno` leads to pixi being called rather than deno. Therefore, we'd appreciate if we could configure the executable name. This allows us to configure it like this in `config.toml`: ```toml [env] # Needed so that `pixi run deno`, calls deno instead of pixi DENO_EXECUTABLE_NAME = "pixi" ``` Related issue: prefix-dev/pixi#2982
- Loading branch information