mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-15 07:36:27 -05:00
5 lines
176 B
TypeScript
5 lines
176 B
TypeScript
declare const __GIT_COMMIT__: string;
|
|
|
|
/** Commit the bundle was built from, inlined at build time; empty outside deployed builds. */
|
|
export const GIT_COMMIT = __GIT_COMMIT__;
|