Skip to content

Commit

Permalink
Revert "chore(debug): check if removing deno.json fixes netlify funct…
Browse files Browse the repository at this point in the history
…ions"

This reverts commit 90ab7fd.
  • Loading branch information
Leksat committed Dec 13, 2024
1 parent 90ab7fd commit 7a4b90c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions apps/website/deno.jsonc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// This isn't a Deno project, yet Deno is added by netlify-cli when
// "netlify dev" is used.
// This file is picked up by Deno automatically, so we can use it to adjust Deno
// behavior.
{
// By default, Deno will use node_modules/.deno dir for storing dependencies.
// Somehow it messes up node_modules resolution leading to Gatsby build
// errors. So we prevent Deno from using node_modules dir.
"nodeModulesDir": false,
}

0 comments on commit 7a4b90c

Please sign in to comment.