8 lines
133 B
TypeScript
8 lines
133 B
TypeScript
// Do not edit this file manually
|
|
export const enabledBlocks = [
|
|
'openai',
|
|
'zemantic-ai',
|
|
'cal-com',
|
|
'chat-node',
|
|
] as const
|