mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 13:00:56 +03:00
Add more nodes for agents, loaders
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { IComponentNodesPool } from './Interface'
|
||||
import { IComponentNodes } from './Interface'
|
||||
|
||||
import path from 'path'
|
||||
import { Dirent } from 'fs'
|
||||
@@ -6,7 +6,7 @@ import { getNodeModulesPackagePath } from './utils'
|
||||
import { promises } from 'fs'
|
||||
|
||||
export class NodesPool {
|
||||
componentNodes: IComponentNodesPool = {}
|
||||
componentNodes: IComponentNodes = {}
|
||||
|
||||
/**
|
||||
* Initialize to get all nodes
|
||||
|
||||
Reference in New Issue
Block a user