testgemini/.claude/settings.local.json

13 lines
194 B
JSON
Raw Normal View History

2026-01-26 00:57:06 +08:00
{
"permissions": {
"allow": [
"Bash(npm install)",
"Bash(ls:*)",
"Bash(cat:*)",
"Bash(npx tsc:*)",
"Bash(npm run dev:*)",
"Bash(timeout:*)"
]
}
}