Files
Dashboard/.claude/settings.local.json
2025-11-27 13:58:47 +01:00

19 lines
369 B
JSON

{
"permissions": {
"allow": [
"Bash(cat:*)",
"Bash(awk:*)",
"Bash(useCollection.tmp)",
"Bash(npm run build:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push)",
"Bash(npm install:*)",
"Bash(node debug-search.js:*)",
"Bash(node update-referent.js:*)"
],
"deny": [],
"ask": []
}
}