Add a limit for file number, improve the C# handling

This commit is contained in:
Alejandro Ramirez 2024-11-25 12:43:31 -05:00
commit 9c6f0593c9
4 changed files with 90 additions and 15 deletions

View file

@ -20,6 +20,7 @@
"ts-node": "^10.9.1"
},
"devDependencies": {
"@types/minimatch": "^5.1.2",
"@types/node": "^18.15.5",
"@vercel/ncc": "^0.36.1",
"prettier": "^2.8.6",