refactor: get short commit
This commit is contained in:
parent
f98c667613
commit
bcf0965795
6 changed files with 11 additions and 8 deletions
|
@ -72,6 +72,7 @@ export interface ErrorDialogData {
|
|||
export interface BuildInfo {
|
||||
version: string
|
||||
commit: string
|
||||
shortCommit: string
|
||||
time: number
|
||||
branch: string
|
||||
env: 'preview' | 'canary' | 'dev' | 'release'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue