feat: Add Ask AI to HTTP Request Node (#8917)

This commit is contained in:
Alex Grozav
2024-05-02 13:52:15 +03:00
committed by GitHub
parent 7ff24f134b
commit cd9bc44bdd
40 changed files with 3945 additions and 371 deletions

View File

@@ -0,0 +1,3 @@
import { createEventBus } from 'n8n-design-system/utils';
export const importCurlEventBus = createEventBus();

View File

@@ -2,6 +2,7 @@ export * from './code-node-editor';
export * from './data-pinning';
export * from './link-actions';
export * from './html-editor';
export * from './import-curl';
export * from './node-view';
export * from './mfa';
export * from './ndv';