Files
opencare/.claude/settings.json
2026-05-07 21:02:31 +02:00

13 lines
343 B
JSON

{
"permissions": {
"allow": [
"Bash(git remote *)",
"Bash(git push *)",
"Bash(git commit -m 'Add Dockerfile for Docker production deployment *)",
"Bash(git commit -m 'Auto-seed default sources on first startup *)",
"Bash(py -c \"from app import app; print\\('OK'\\)\")",
"Bash(py -c ' *)"
]
}
}