Updated build config for Vercel.
This commit is contained in:
@@ -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;
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user