diff --git a/apps/partner-sas/next.config.ts b/apps/partner-sas/next.config.ts index 799cb7033..5200f00f4 100644 --- a/apps/partner-sas/next.config.ts +++ b/apps/partner-sas/next.config.ts @@ -3,6 +3,10 @@ import * as Sentry from "@sentry/nextjs" import type { NextConfig } from "next" const nextConfig: NextConfig = { + env: { + BRANCH: process.env.BRANCH || "local", + GIT_SHA: process.env.COMMIT_REF || "", + }, poweredByHeader: false, trailingSlash: false, transpilePackages: [