PlanTempusApp/.claude/settings.local.json

14 lines
220 B
JSON
Raw Normal View History

{
"permissions": {
"allow": [
"Bash(cd:*)",
"Bash(ls:*)",
"Bash(dotnet build:*)",
2026-01-12 22:10:57 +01:00
"Bash(find:*)",
"Bash(tree:*)",
"Bash(npm run analyze-css:*)",
"Bash(node:*)"
]
}
}