Files
Dashboard/.claude/settings.local.json
2025-11-16 01:34:01 +01:00

17 lines
290 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:*)"
],
"deny": [],
"ask": []
}
}