Skip to content

Commit 77ac9b0

Browse files
committed
feat: show deploy version on select-all
Inject git commit hash and build timestamp at build time via Vite's define option. Display them in a hidden element at the bottom of the download page — text matches the background color and only becomes visible when the user selects all text (Ctrl+A / Cmd+A).
1 parent a24f767 commit 77ac9b0

5 files changed

Lines changed: 430 additions & 210 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"prepare": "vp config"
88
},
99
"devDependencies": {
10+
"@types/node": "^25.5.2",
1011
"vite": "catalog:",
1112
"vite-plus": "catalog:",
1213
"void": "npm:@void-sdk/void@0.2.6"

0 commit comments

Comments
 (0)