mirror of
https://github.com/n8n-io/n8n.git
synced 2026-08-28 17:22:01 +08:00
build: Install Kafka binding on fresh clone (#36502)
This commit is contained in:
@@ -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 =====
|
||||
|
||||
|
||||
Reference in New Issue
Block a user