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