Files
TSSBOT-web/.claude/settings.local.json
T
2026-05-16 09:35:51 +01:00

12 lines
227 B
JSON

{
"permissions": {
"allow": [
"Bash(npm run *)",
"Bash(npm audit *)",
"Bash(node --check server.cjs)",
"Bash(node --check webhook.cjs)",
"Bash(node --check ecosystem.config.cjs)"
]
}
}