From 198c04a616ef8bcb93d2e08f5321f1d9c497268c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9D=D0=B8=D0=BA=D0=B8=D1=82=D0=B0=20=D0=9A=D1=80=D1=83?= =?UTF-8?q?=D0=B3=D0=BB=D0=B8=D1=86=D0=BA=D0=B8=D0=B9?= Date: Wed, 1 Oct 2025 23:58:25 +0600 Subject: [PATCH] #3 update --- client/nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/nuxt.config.ts b/client/nuxt.config.ts index e6a173c..5ace8bd 100644 --- a/client/nuxt.config.ts +++ b/client/nuxt.config.ts @@ -12,7 +12,7 @@ export default defineNuxtConfig({ strictPort: true, }, define: { - __COMMIT_SHA__: JSON.stringify(process.env.GITHUB_SHA || 'local'), + __COMMIT_SHA__: JSON.stringify(process.env.COMMIT_SHA || 'local'), }, }, ignore: ['**/src-tauri/**'],