Deno#

Deno is detected if there is a deno.{json,jsonc} file found or if any .{ts,tsx,js,jsx} 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 projects with deno compile.

Start#

If a start task is found in deno.{json,jsonc} then:

deno task start

Otherwise, the first file matching index.{ts,tsx,js,jsx} pattern, eg.:

deno run --allow-all index.ts