mirror of
https://github.com/jakejarvis/sofa.git
synced 2026-08-29 03:55:38 -04:00
Use GIT_COMMIT_SHA env var instead of execSync for Docker compatibility
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -75,7 +75,7 @@ export default async function SettingsPage() {
|
||||
Sofa
|
||||
</a>{" "}
|
||||
v{APP_VERSION}
|
||||
{GIT_COMMIT !== "unknown" && (
|
||||
{GIT_COMMIT && (
|
||||
<>
|
||||
{" "}
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user