Fix #1880: Show git commit of bundled app

This commit is contained in:
Martin Fournier
2021-12-16 15:23:27 -05:00
parent e16fba2418
commit e8e2760c73
5 changed files with 21 additions and 4 deletions
+2
View File
@@ -0,0 +1,2 @@
// Defined by webpack on startup or compilation
declare const __COMMIT_HASH__: string;