xpeditis2.0/.claude/settings.local.json
David 6e3191b50e
All checks were successful
CI/CD Pipeline / Backend - Build, Test & Push (push) Successful in 5m45s
CI/CD Pipeline / Frontend - Build, Test & Push (push) Successful in 28m26s
CI/CD Pipeline / Integration Tests (push) Has been skipped
CI/CD Pipeline / Deployment Summary (push) Successful in 1s
CI/CD Pipeline / Deploy to Portainer (push) Successful in 14s
CI/CD Pipeline / Discord Notification (Failure) (push) Has been skipped
CI/CD Pipeline / Discord Notification (Success) (push) Successful in 1s
fix ci/cd and docker
2025-11-20 00:12:01 +01:00

38 lines
895 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/**)",
"Bash(env)"
],
"deny": [],
"ask": []
}
}