Calendar/.claude/settings.local.json

12 lines
234 B
JSON
Raw Normal View History

{
"$schema": "https://json.schemastore.org/claude-code-settings.json",
"permissions": {
"allow": [
"Bash(npm run build:*)",
"Bash(powershell:*)",
"Bash(rg:*)",
"Bash(find:*)"
],
"deny": []
}
}