✨ Introducing The Forge (#1072)
The Forge allows anyone to easily create their own Typebot Block. Closes #380
This commit is contained in:
@@ -4,6 +4,8 @@ import { generateUploadUrl } from '@/features/upload/api/generateUploadUrl'
|
||||
import { openAIRouter } from '@/features/blocks/integrations/openai/api/router'
|
||||
import { whatsAppRouter } from '@/features/whatsapp/router'
|
||||
import { zemanticAiRouter } from '@/features/blocks/integrations/zemanticAi/api/router'
|
||||
import { forgedCredentialsRouter } from '@/features/forge/api/credentials/router'
|
||||
import { integrationsRouter } from '@/features/forge/api/router'
|
||||
|
||||
export const internalRouter = router({
|
||||
getAppVersionProcedure,
|
||||
@@ -11,6 +13,8 @@ export const internalRouter = router({
|
||||
whatsApp: whatsAppRouter,
|
||||
openAI: openAIRouter,
|
||||
zemanticAI: zemanticAiRouter,
|
||||
integrationCredentials: forgedCredentialsRouter,
|
||||
integrations: integrationsRouter,
|
||||
})
|
||||
|
||||
export type InternalRouter = typeof internalRouter
|
||||
|
||||
Reference in New Issue
Block a user