xpeditis2.0/.claude/settings.local.json
David 7dadd951bb
All checks were successful
CI/CD Pipeline / Backend - Build, Test & Push (push) Successful in 16m18s
CI/CD Pipeline / Frontend - Build, Test & Push (push) Successful in 30m58s
CI/CD Pipeline / Integration Tests (push) Has been skipped
CI/CD Pipeline / Deployment Summary (push) Successful in 2s
CI/CD Pipeline / Discord Notification (Failure) (push) Has been skipped
CI/CD Pipeline / Discord Notification (Success) (push) Successful in 1s
fix portainer deploy
2025-11-19 15:17:53 +01:00

37 lines
876 B
JSON

{
"permissions": {
"allow": [
"Bash(docker-compose:*)",
"Bash(npm run lint)",
"Bash(npm run lint:*)",
"Bash(npm run backend:lint)",
"Bash(npm run backend:build:*)",
"Bash(npm run frontend:build:*)",
"Bash(rm:*)",
"Bash(git rm:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Bash(npx tsc:*)",
"Bash(npx nest:*)",
"Read(//Users/david/Documents/xpeditis/**)",
"Bash(find:*)",
"Bash(npm test)",
"Bash(git checkout:*)",
"Bash(git reset:*)",
"Bash(curl:*)",
"Read(//private/tmp/**)",
"Bash(lsof:*)",
"Bash(awk:*)",
"Bash(xargs kill:*)",
"Read(//dev/**)",
"Bash(psql:*)",
"Bash(npx ts-node:*)",
"Bash(python3:*)",
"Read(//Users/david/.docker/**)"
],
"deny": [],
"ask": []
}
}