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