mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 21:00:58 +03:00
Chore/Temporarily disable couchbase (#2373)
temporarily disable couchbase
This commit is contained in:
@@ -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 }
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user