From 105233b626da3589f6dd72735b7100a97e8e3710 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 11 Nov 2025 05:32:35 +0000 Subject: [PATCH] Update deployment docs to reflect simplified config --- VERCEL_DEPLOYMENT.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/VERCEL_DEPLOYMENT.md b/VERCEL_DEPLOYMENT.md index 4efd95f7..81668abd 100644 --- a/VERCEL_DEPLOYMENT.md +++ b/VERCEL_DEPLOYMENT.md @@ -55,8 +55,10 @@ APP_SECRET=your-random-secret-key ## Vercel Configuration The `vercel.json` file has been configured with: -- **Function timeout**: 300 seconds (5 minutes) to prevent build timeouts -- **Custom build command**: Ensures database migrations run before the build +- **Custom build command**: Uses the standard `npm run build` which includes database setup +- **Install command**: Ensures all dependencies are properly installed + +Note: Vercel automatically handles function timeouts based on your plan tier. ## Troubleshooting