We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bae7c35 commit a984affCopy full SHA for a984aff
1 file changed
deno.json
@@ -22,7 +22,9 @@
22
}
23
},
24
"exclude": [
25
- "**/_fresh/*"
+ "**/_fresh/*",
26
+ "**/node_modules/*",
27
+ ".husky/*"
28
],
29
"imports": {
30
"$fresh/": "https://deno.land/x/fresh@1.7.3/",
0 commit comments