Update deployment docs to reflect simplified config

This commit is contained in:
Claude 2025-11-11 05:32:35 +00:00
parent 2c377c4bd6
commit 105233b626
No known key found for this signature in database

View file

@ -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