feat: add git commit hash to footer for version tracking
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user