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" }