diff --git a/vercel.json b/vercel.json index 4eb776c8..e19d4fbd 100644 --- a/vercel.json +++ b/vercel.json @@ -1,9 +1,5 @@ { "git": { "deploymentEnabled": true - }, - "buildCommand": "pnpm --filter @solid-connect/web run build", - "outputDirectory": "apps/web/.next", - "installCommand": "pnpm install", - "framework": "nextjs" + } }