Deno#
Deno is detected if there is a deno.json
file found or if any .(j|t)s
file is found that imports something from deno.land.
Apps built with Deno Fresh should work out of the box.
Install#
None
Build#
The deno provider will compile all the project with deno compile
.
Start#
If a start
task is found in deno.json
then
deno task start
Otherwise
deno run --allow-all index.j|ts