mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
Update deployment docs to reflect simplified config
This commit is contained in:
parent
2c377c4bd6
commit
105233b626
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue