rwadurian/.claude/settings.local.json

22 lines
718 B
JSON

{
"permissions": {
"allow": [
"Bash(git -C c:/Users/dong/Desktop/rwadurian add backend/services/reward-service/prisma/migrations/)",
"Bash(git -C c:/Users/dong/Desktop/rwadurian commit --amend --no-edit)",
"Bash(git -C c:/Users/dong/Desktop/rwadurian push)",
"Bash(ssh root@154.204.60.178 \"cd /opt/rwadurian && git pull && docker-compose build blockchain-service && docker-compose up -d blockchain-service\")",
"Bash(ssh:*)",
"Bash(cat:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push)",
"Bash(find:*)",
"Bash(npm run build:*)",
"Bash(npx prisma generate:*)",
"Bash(npx tsc:*)"
],
"deny": [],
"ask": []
}
}