Add commit hash to footer for deployment verification
- 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>
This commit is contained in:
parent
3cc65c3a1e
commit
f6ddce9290
5 changed files with 65 additions and 3 deletions
|
@ -12,7 +12,12 @@
|
|||
"Bash(git push:*)",
|
||||
"Bash(git commit:*)",
|
||||
"Bash(git pull:*)",
|
||||
"Bash(git add:*)"
|
||||
"Bash(git add:*)",
|
||||
"Bash(git push:*)",
|
||||
"Bash(git reset:*)",
|
||||
"Bash(git checkout:*)",
|
||||
"WebFetch(domain:cheatingchelsea.com)",
|
||||
"Bash(npm install:*)"
|
||||
],
|
||||
"deny": []
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue