mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Fixed editing and navigation issues.
This commit is contained in:
parent
bf6c9395c6
commit
8c26e310f7
52 changed files with 118 additions and 122 deletions
|
|
@ -199,18 +199,6 @@ 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