Twenty self hosting app (#15987)

App to manage telemetry/billing (twenty for twenty!)
This commit is contained in:
Félix Malfait
2025-11-21 14:10:51 +01:00
committed by GitHub
parent 793119b117
commit d85785e380
187 changed files with 1270 additions and 1 deletions
@@ -4,7 +4,7 @@ import { v4 } from 'uuid';
export const getServerlessFunctionBaseFile = ({ name }: { name: string }) => {
const kebabCaseName = kebabCase(name);
return `import { ServerlessFunctionConfig } from 'twenty-sdk/application';
return `import { type ServerlessFunctionConfig } from 'twenty-sdk/application';
export const main = async (params: {
a: string;