rwadurian/backend/services/authorization-service/.claude/settings.local.json

21 lines
487 B
JSON

{
"permissions": {
"allow": [
"Bash(dir:*)",
"Bash(npm install)",
"Bash(npx prisma:*)",
"Bash(npm test:*)",
"Bash(npm run build:*)",
"Bash(wsl -e bash -c:*)",
"Bash(if exist dist rmdir /s /q dist)",
"Bash(if exist nul del /f /q nul)",
"Bash(if exist coverage rmdir /s /q coverage)",
"Bash(git add:*)",
"Bash(git restore:*)",
"Bash(git commit:*)"
],
"deny": [],
"ask": []
}
}