build: Install Kafka binding on fresh clone (#36502)

This commit is contained in:
Iván Ovejero
2026-08-18 14:19:53 +00:00
committed by GitHub
parent c0d1bd0e5f
commit ce154150e8
6 changed files with 37 additions and 5 deletions
+6 -1
View File
@@ -35,7 +35,12 @@ const config = {
};
// Define backend patches to keep during deployment
const PATCHES_TO_KEEP = ['pdfjs-dist', 'pkce-challenge', 'bull'];
const PATCHES_TO_KEEP = [
'pdfjs-dist',
'pkce-challenge',
'bull',
'@confluentinc/kafka-javascript',
];
// #endregion ===== Configuration =====