fix: update appdata to work with build system
This commit is contained in:
parent
c8b7c1d909
commit
63ca072af8
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
export default defineAppConfig({
|
||||
title: "Gorb",
|
||||
buildTimeString: new Date().toISOString(),
|
||||
gitHash: process.env.COMMIT_REF || "N/A"
|
||||
gitHash: process.env.GIT_SHORT_REV || "N/A"
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue