MeshiTrack/.claude/settings.local.json

10 lines
118 B
JSON
Raw Normal View History

2026-03-27 14:50:34 +09:00
{
"permissions": {
"allow": [
2026-03-28 08:19:48 +09:00
"Bash(npm run:*)",
2026-03-28 18:25:49 +09:00
"Bash(ls:*)",
"Bash(npm test:*)"
2026-03-27 14:50:34 +09:00
]
}
}