✨ Introducing The Forge (#1072)
The Forge allows anyone to easily create their own Typebot Block. Closes #380
This commit is contained in:
7
packages/forge/repository/index.ts
Normal file
7
packages/forge/repository/index.ts
Normal file
@ -0,0 +1,7 @@
|
||||
// Do not edit this file manually
|
||||
export const enabledBlocks = [
|
||||
'openai',
|
||||
'zemantic-ai',
|
||||
'cal-com',
|
||||
'chat-node',
|
||||
] as const
|
9
packages/forge/repository/package.json
Normal file
9
packages/forge/repository/package.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "@typebot.io/forge-repository",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.ts",
|
||||
"keywords": [],
|
||||
"author": "Baptiste Arnaud",
|
||||
"license": "ISC"
|
||||
}
|
Reference in New Issue
Block a user