mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add commit sha to version information
This commit is contained in:
parent
f2e6153541
commit
8961a19154
5 changed files with 23 additions and 2 deletions
1
src/global.d.ts
vendored
1
src/global.d.ts
vendored
|
@ -15,6 +15,7 @@ export declare global {
|
|||
'viewshow': CustomEvent;
|
||||
}
|
||||
|
||||
const __COMMIT_SHA__: string;
|
||||
const __JF_BUILD_VERSION__: string;
|
||||
const __PACKAGE_JSON_NAME__: string;
|
||||
const __PACKAGE_JSON_VERSION__: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue