1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-24 15:49:42 +02:00

feat: add build id from commit hash (#1095)

* fix old ref

* capture git commit as build ID

* generate new types

* display build on Site Settings page

* fix extras crash it extras is none
This commit is contained in:
Hayden 2022-03-24 20:29:01 -08:00 committed by GitHub
parent 7f102f513d
commit ffb3b45ac2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 21 additions and 16 deletions

View file

@ -16,6 +16,7 @@ export interface AdminAboutInfo {
dbType: string;
dbUrl?: string;
defaultGroup: string;
buildId: string;
}
export interface AllBackups {
imports: BackupFile[];