cheatingchelsea/.claude/settings.local.json
Derek Slenk 2b74d15a4c
Some checks failed
CI / test (push) Has been cancelled
CI / test (pull_request) Successful in 14m18s
Remove Firebase and Vercel deployment options
- Remove firebase package dependency
- Delete apphosting.yaml configuration file
- Update README.md to focus on AWS S3 deployment only
- Update CLAUDE.md documentation accordingly
- Clean up package-lock.json (removed 54 packages)

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-17 23:50:39 -04:00

26 lines
No EOL
587 B
JSON

{
"permissions": {
"allow": [
"Bash(find:*)",
"Bash(ls:*)",
"Bash(git pull:*)",
"Bash(git remote set-url:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(mv:*)",
"Bash(git checkout:*)",
"Bash(git push:*)",
"Bash(git commit:*)",
"Bash(git pull:*)",
"Bash(git add:*)",
"Bash(git push:*)",
"Bash(git reset:*)",
"Bash(git checkout:*)",
"WebFetch(domain:cheatingchelsea.com)",
"Bash(npm install:*)",
"Bash(npm run typecheck:*)",
"Bash(rm:*)"
],
"deny": []
}
}