Chore/Temporarily disable couchbase (#2373)

temporarily disable couchbase
This commit is contained in:
Henry Heng
2024-05-09 14:14:14 +01:00
committed by GitHub
parent 2048976545
commit 96d4ab66f2
4 changed files with 69 additions and 42 deletions
@@ -1,3 +1,7 @@
/*
* Temporary disabled due to the incompatibility with the docker node-alpine:
* https://github.com/FlowiseAI/Flowise/pull/2303
import { INodeParams, INodeCredential } from '../src/Interface'
class CouchbaseApi implements INodeCredential {
@@ -32,3 +36,4 @@ class CouchbaseApi implements INodeCredential {
}
module.exports = { credClass: CouchbaseApi }
*/