mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-25 12:49:26 -05:00
Simplify comments
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
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).
|
||||
*/
|
||||
/** Commit the bundle was built from, inlined at build time; empty outside deployed builds. */
|
||||
export const GIT_COMMIT = __GIT_COMMIT__;
|
||||
|
||||
Reference in New Issue
Block a user