mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 08:37:13 +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: {
|
typescript: {
|
||||||
ignoreBuildErrors: true,
|
ignoreBuildErrors: true,
|
||||||
},
|
},
|
||||||
|
functions: {
|
||||||
|
'app/api/**/*.js': {
|
||||||
|
maxDuration: 30,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
outputFileTracing: {
|
||||||
|
include: [
|
||||||
|
'src/generated/prisma/**/*',
|
||||||
|
'node_modules/@prisma/client/**/*',
|
||||||
|
'node_modules/.prisma/client/**/*',
|
||||||
|
],
|
||||||
|
},
|
||||||
async headers() {
|
async headers() {
|
||||||
return headers;
|
return headers;
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue