xpeditis2.0/.claude/settings.local.json
David-Henri ARNAUD e863399bb2
Some checks failed
CI / Lint & Format Check (push) Failing after 1m11s
CI / Test Backend (push) Failing after 1m32s
CI / Build Backend (push) Has been skipped
Security Audit / npm audit (push) Failing after 5s
Security Audit / Dependency Review (push) Has been skipped
CI / Test Frontend (push) Failing after 29s
CI / Build Frontend (push) Has been skipped
first commit
2025-10-07 18:39:32 +02:00

18 lines
305 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:*)"
],
"deny": [],
"ask": []
}
}