fix: platform libraries build vite.config (#17743)

This commit is contained in:
Morgan
2024-11-19 12:05:28 +00:00
committed by GitHub
parent a99eda21af
commit 3cd4e34406
@@ -180,6 +180,9 @@ export default defineConfig({
"lru-cache": resolve("../../../node_modules/lru-cache/dist/cjs/index.js"),
"@prisma/client": resolve("../../../node_modules/@prisma/client"),
"@calcom/prisma/client": resolve("../../../node_modules/.prisma/client"),
"@calcom/platform-constants": path.resolve(__dirname, "../constants/index.ts"),
"@calcom/platform-types": path.resolve(__dirname, "../types/index.ts"),
"@calcom/platform-utils": path.resolve(__dirname, "../constants/index.ts"),
},
},
});