diff --git a/apps/web/app/api/ai/plan/controller.ts b/apps/web/app/api/ai/plan/controller.ts index 082b09c886..778f880c78 100644 --- a/apps/web/app/api/ai/plan/controller.ts +++ b/apps/web/app/api/ai/plan/controller.ts @@ -125,7 +125,5 @@ export async function plan( tokensUsed: json.usage.total_tokens, }); - // bump - return { plan: planJson }; } diff --git a/vercel.json b/vercel.json index c7d2f3b597..fde3c7b8ef 100644 --- a/vercel.json +++ b/vercel.json @@ -1,5 +1,4 @@ { - "root": "apps/web", "buildCommand": "cd ../.. && turbo run build --filter={apps/web}...", "installCommand": "pnpm install", "ignoreCommand": "npx turbo-ignore web",