xpeditis2.0/.claude/settings.local.json
David-Henri ARNAUD 1044900e98 feature phase
2025-10-08 16:56:27 +02:00

20 lines
373 B
JSON

{
"permissions": {
"allow": [
"Bash(mkdir:*)",
"Bash(npm init:*)",
"Bash(npm install:*)",
"Bash(node:*)",
"Bash(npm --version)",
"Bash(docker:*)",
"Bash(test:*)",
"Bash(cat:*)",
"Bash(npm run build:*)",
"Bash(npm test:*)",
"Bash(npm run test:integration:*)"
],
"deny": [],
"ask": []
}
}