Files
calendar/packages/app-store/redirect-apps.generated.ts
T
Peer RichelsenandGitHub 1e0cf3d0f6 feat: caretta.so app (#27840)
* new caretta.so app

* added logo and screenshots

* nit
2026-02-11 06:45:34 +00:00

35 lines
582 B
TypeScript

/**
This file is autogenerated using the command `yarn app-store:build --watch`.
Don't modify this file manually.
**/
export const REDIRECT_APPS = [
"amie",
"autocheckin",
"baa-for-hipaa",
"bolna",
"caretta",
"chatbase",
"clic",
"cron",
"deel",
"elevenlabs",
"fonio-ai",
"framer",
"granola",
"greetmate-ai",
"lindy",
"linear",
"millis-ai",
"monobot",
"n8n",
"pipedream",
"raycast",
"retell-ai",
"synthflow",
"telli",
"vimcal",
"wordpress",
"zapier",
] as const;
export type RedirectApp = (typeof REDIRECT_APPS)[number];