Add /build-info page displaying
All checks were successful
/ build (push) Successful in 1m16s
/ deploy (push) Successful in 16s

Add page displaying information about the deployment for diagnostic
purposes.
This commit is contained in:
Hornwitser 2025-05-20 00:07:58 +02:00
parent ded212f03f
commit 742be649eb
3 changed files with 67 additions and 1 deletions

View file

@ -0,0 +1,4 @@
// Overwritten by build script
export const BUILDER = "";
export const GIT_REF = "";
export const GIT_SHA = "";