Add /build-info page displaying
Add page displaying information about the deployment for diagnostic purposes.
This commit is contained in:
parent
ded212f03f
commit
742be649eb
3 changed files with 67 additions and 1 deletions
4
shared/utils/build-info.ts
Normal file
4
shared/utils/build-info.ts
Normal file
|
@ -0,0 +1,4 @@
|
|||
// Overwritten by build script
|
||||
export const BUILDER = "";
|
||||
export const GIT_REF = "";
|
||||
export const GIT_SHA = "";
|
Loading…
Add table
Add a link
Reference in a new issue