bizmatch-project/.claude/settings.local.json

20 lines
395 B
JSON

{
"permissions": {
"allow": [
"Bash(npm install)",
"Bash(docker ps:*)",
"Bash(docker cp:*)",
"Bash(docker exec:*)",
"Bash(find:*)",
"Bash(docker restart:*)",
"Bash(npm run build)",
"Bash(rm:*)",
"Bash(npm audit fix:*)",
"Bash(sudo chown:*)",
"Bash(chmod:*)",
"Bash(npm audit:*)",
"Bash(npm view:*)"
]
}
}