From 0a7e484dd50eddc1a0b51aaddc5817bba1da8311 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleks=20R=C5=ABti=C5=86=C5=A1?= Date: Mon, 16 Dec 2024 20:59:01 -0500 Subject: [PATCH] Update docs for deno 2 --- docs/pages/docs/providers/deno.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/pages/docs/providers/deno.md b/docs/pages/docs/providers/deno.md index 51a0153ba..e8e8d978d 100644 --- a/docs/pages/docs/providers/deno.md +++ b/docs/pages/docs/providers/deno.md @@ -8,6 +8,8 @@ Deno is detected if there is a `deno.{json,jsonc}` file found or if any `.{ts,ts Apps built with [Deno Fresh](https://fresh.deno.dev/) should work out of the box. +Deno 2 will be installed if the `NIXPACKS_USE_DENO_2` environment variable is truthy; otherwise, Deno 1 will be used. + ## Install _None_