dnd-hub/.claude/settings.local.json
2026-03-16 22:15:15 -04:00

16 lines
299 B
JSON

{
"permissions": {
"allow": [
"Bash(npm install:*)",
"Bash(npx tsc:*)",
"Bash(node:*)",
"Bash(nvm version:*)",
"Bash(npm run:*)",
"Bash(fnm list:*)",
"Bash(fnm exec:*)",
"WebSearch",
"Bash(npm rebuild:*)",
"Bash(grep:*)"
]
}
}