Remove slightly problematic config item from deno config
All checks were successful
timw4mail/scroll/pipeline/head This commit looks good

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

View File

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