mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Sort define keys
This commit is contained in:
parent
facbda4f2f
commit
da52ed9b6e
3 changed files with 8 additions and 8 deletions
4
src/global.d.ts
vendored
4
src/global.d.ts
vendored
|
@ -16,8 +16,8 @@ export declare global {
|
|||
}
|
||||
|
||||
const __JF_BUILD_VERSION__: string;
|
||||
const __USE_SYSTEM_FONTS__: string;
|
||||
const __WEBPACK_SERVE__: string;
|
||||
const __PACKAGE_JSON_NAME__: string;
|
||||
const __PACKAGE_JSON_VERSION__: string;
|
||||
const __USE_SYSTEM_FONTS__: string;
|
||||
const __WEBPACK_SERVE__: string;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue