lucacasonato / dext.ts

The Preact Framework for Deno
https://deno.land/x/dext
MIT License
241 stars 8 forks source link

Use Deno.execPath() for deno command #66

Closed kt3k closed 3 years ago

kt3k commented 3 years ago

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.