mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Updated build config for Vercel.
This commit is contained in:
parent
514ea70d2a
commit
77131158f7
1 changed files with 12 additions and 0 deletions
|
|
@ -199,6 +199,18 @@ export default {
|
|||
typescript: {
|
||||
ignoreBuildErrors: true,
|
||||
},
|
||||
functions: {
|
||||
'app/api/**/*.js': {
|
||||
maxDuration: 30,
|
||||
},
|
||||
},
|
||||
outputFileTracing: {
|
||||
include: [
|
||||
'src/generated/prisma/**/*',
|
||||
'node_modules/@prisma/client/**/*',
|
||||
'node_modules/.prisma/client/**/*',
|
||||
],
|
||||
},
|
||||
async headers() {
|
||||
return headers;
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue