From 8d26dafe4b11fe8db10c2aefb3f1c7bd21b977d2 Mon Sep 17 00:00:00 2001 From: Brian Love Date: Tue, 7 Apr 2026 17:39:43 -0700 Subject: [PATCH] chore: trigger cockpit rebuild with updated Vercel env var --- vercel.cockpit.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vercel.cockpit.json b/vercel.cockpit.json index 90b66c7c9..cbafe6239 100644 --- a/vercel.cockpit.json +++ b/vercel.cockpit.json @@ -2,5 +2,6 @@ "framework": "nextjs", "buildCommand": "npx nx build cockpit --skip-nx-cache", "outputDirectory": "dist/apps/cockpit/.next", - "installCommand": "npm ci" + "installCommand": "npm ci", + "$comment": "NEXT_PUBLIC_COCKPIT_RUNTIME_BASE_URL set in Vercel env vars to https://examples.cacheplane.ai" }