This commit is contained in:
andrepimenta
2025-06-16 17:29:04 +01:00
commit 2c299a837d
18 changed files with 7416 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"permissions": {
"allow": [
"Bash(npm run compile:*)",
"Bash(grep:*)",
"Bash(sed:*)",
"Bash(rg:*)",
"Bash(npx tsc:*)"
],
"deny": []
},
"enableAllProjectMcpServers": false
}