diff --git a/deno.json b/deno.json index f719815..c813ce1 100644 --- a/deno.json +++ b/deno.json @@ -1,5 +1,5 @@ { - "nodeModulesDir": false, + "nodeModulesDir": "auto", "tasks": { "build": "vite build" } diff --git a/flake.nix b/flake.nix index cbaafce..32ae922 100644 --- a/flake.nix +++ b/flake.nix @@ -44,7 +44,7 @@ export HOME=$TMPDIR - deno install --lock=deno.lock --frozen-lockfile + deno install --lock=deno.lock --frozen-lockfile --offline deno task build runHook postBuild