Build fixes
parent
0f13e80785
commit
915610763e
|
@ -10,6 +10,7 @@ const withTM = require("next-transpile-modules")([
|
|||
"@calcom/features",
|
||||
"@calcom/lib",
|
||||
"@calcom/prisma",
|
||||
"@calcom/trpc",
|
||||
"@calcom/ui",
|
||||
]);
|
||||
const { withAxiom } = require("next-axiom");
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
"dependencies": {
|
||||
"@calcom/app-store-cli": "*",
|
||||
"@calcom/prisma": "*",
|
||||
"@calcom/trpc": "*",
|
||||
"@sentry/nextjs": "^6.19.7",
|
||||
"bcryptjs": "^2.4.3",
|
||||
"memory-cache": "^0.2.0",
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
"@/*": ["*"]
|
||||
}
|
||||
},
|
||||
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
|
||||
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "../../packages/types/next-auth.d.ts"],
|
||||
"exclude": ["node_modules", "templates", "auth"]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue