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