owltide/shared/utils/build-info.ts
Hornwitser 742be649eb
All checks were successful
/ build (push) Successful in 1m16s
/ deploy (push) Successful in 16s
Add /build-info page displaying
Add page displaying information about the deployment for diagnostic
purposes.
2025-05-20 00:07:58 +02:00

4 lines
112 B
TypeScript

// Overwritten by build script
export const BUILDER = "";
export const GIT_REF = "";
export const GIT_SHA = "";