This make it possible to run dext dev and dext build even when deno command is not available in $PATH.
In some CI environment, deno is not available and we need to run it like /abs-path/to/deno run .... In that case, the current implementation is a little inconvenient.
This make it possible to run
dext dev
anddext build
even whendeno
command is not available in $PATH.In some CI environment, deno is not available and we need to run it like
/abs-path/to/deno run ...
. In that case, the current implementation is a little inconvenient.