mxrelay-consumer/.claude/settings.local.json
2025-08-18 22:22:04 +07:00

15 lines
No EOL
254 B
JSON

{
"permissions": {
"allow": [
"Bash(mkdir:*)",
"Bash(mv:*)",
"Bash(npm install)",
"Bash(npm test:*)",
"Bash(npm install:*)",
"Bash(npm run build:*)",
"Bash(bun:*)"
],
"deny": [],
"ask": []
}
}