feat: add git commit hash to footer for version tracking

This commit is contained in:
2026-03-31 11:44:13 -07:00
parent f66242d569
commit 0ae4a171fd
3 changed files with 19 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build": "NEXT_PUBLIC_GIT_COMMIT=$(git rev-parse --short HEAD) next build",
"start": "next start",
"lint": "eslint",
"test": "vitest",