diff --git a/lib/git-utils.ts b/lib/git-utils.ts index fa9eb05..cf2a2a7 100644 --- a/lib/git-utils.ts +++ b/lib/git-utils.ts @@ -10,13 +10,7 @@ interface GitInfo { } let cachedGitInfo: GitInfo | null = null; - -/** - * Gets the current git commit hash from various sources - * - First tries environment variable (from Docker) - * - Then tries the JSON file created by our build script - * - Returns "dev" if nothing is available - */ + export async function getGitCommitInfo(): Promise { return gitInfo; } \ No newline at end of file