Remove slightly problematic config item from deno config

This commit is contained in:
Timothy Warren 2025-01-23 16:13:53 -05:00
parent b37f0ae420
commit d265a98338

@ -13,6 +13,6 @@
"semiColons": true,
"singleQuote": true
},
"nodeModulesDir": "auto",
// "nodeModulesDir": "auto",
"exclude": ["src/bun/"]
}