amira/.claude/settings.local.json
2026-02-10 16:09:09 -05:00

12 lines
210 B
JSON

{
"permissions": {
"allow": [
"Bash(./node_modules/.bin/electron:*)",
"Bash(node -c:*)",
"Bash(node -e:*)",
"Bash(npm install:*)",
"Bash(timeout 10 npm start:*)"
]
}
}