mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-20 10:04:57 -05:00
8
app/utils/git-commit.ts
Normal file
8
app/utils/git-commit.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
declare const __GIT_COMMIT__: string;
|
||||
|
||||
/**
|
||||
* Commit the running bundle was built from. Inlined at build time, meaning the
|
||||
* client and the server report their own build's commit. Empty string outside
|
||||
* of deployed builds (e.g. local development).
|
||||
*/
|
||||
export const GIT_COMMIT = __GIT_COMMIT__;
|
||||
Reference in New Issue
Block a user