- Display git commit hash in footer to track deployed version - Create cross-platform build script to inject commit hash - Update build process to include version information 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
24 lines
No EOL
532 B
JSON
24 lines
No EOL
532 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:*)"
|
|
],
|
|
"deny": []
|
|
}
|
|
} |