Skip to content

Commit

Permalink
chore: edit vercel.json #283
Browse files Browse the repository at this point in the history
  • Loading branch information
srizvi committed Apr 28, 2024
1 parent 29d0159 commit 37494b4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions apps/mai-sc/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,13 @@
"ignoreCommand": "npx turbo-ignore",
"github": {
"silent": true
},
"functions": {
"/src/app/(chat)/page.tsx": {
"maxDuration": 60
},
"/src/app/(chat)/chat/[id]/page.tsx": {
"maxDuration": 60
}
}
}

0 comments on commit 37494b4

Please sign in to comment.